PdfLineIntent Enumeration
|
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: 11.3.7.0 (11.3.7.1046)
Syntax
public enum PdfLineIntent
Public Enumeration PdfLineIntent
public enum class PdfLineIntent
Members
|
Member name
|
Value
|
Description
|
|
LineArrow
|
0
|
Indicates Line Arrow as intent of the line annotation
|
|
LineDimension
|
1
|
Indicates LineDimension as intent of the line annotation
|
See Also