Specifies the Line Intent Style is to be used in the Line annotation.
Namespace: Spire.Pdf.AnnotationsAssembly: 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
Member | Value | Description |
---|---|---|
LineArrow | 0 |
Indicates Line Arrow as intent of the line annotation
|
LineDimension | 1 |
Indicates LineDimension as intent of the line annotation
|