Specifies the Line Intent Style is to be used in the Line annotation.

Namespace: Spire.Pdf.Annotations
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public enum PdfLineIntent
Public Enumeration PdfLineIntent
public enum class PdfLineIntent
type PdfLineIntent

Members

MemberValueDescription
LineArrow0
Indicates Line Arrow as intent of the line annotation
LineDimension1
Indicates LineDimension as intent of the line annotation

See Also