Specifies the Line Intent Style is to be used in the Line annotation.
Namespace: Spire.Pdf.AnnotationsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
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
|