Gets or sets LineIntent

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 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

Property Value

PdfLineIntent

See Also