Gets a name describing the intent of the free text annotation.

Namespace: Spire.Pdf.Annotations
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfAnnotationIntent Intent { get; }
Public ReadOnly Property Intent As PdfAnnotationIntent
	Get
public:
property PdfAnnotationIntent Intent {
	PdfAnnotationIntent get ();
}
member Intent : PdfAnnotationIntent with get

Property Value

PdfAnnotationIntent

See Also