Gets or sets the line intent of the 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 PdfLineIntent LineIntent { get; set; }
Public Property LineIntent As PdfLineIntent Get Set
public: property PdfLineIntent LineIntent { PdfLineIntent get (); void set (PdfLineIntent value); }
member LineIntent : PdfLineIntent with get, set