PdfFreeTextAnnotation
AnnotationIntent Property
|
Gets or sets the Annotation Intent.
Namespace:
Spire.Pdf.Annotations
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfAnnotationIntent AnnotationIntent { get; set; }
Public Property AnnotationIntent As PdfAnnotationIntent
Get
Set
public:
property PdfAnnotationIntent AnnotationIntent {
PdfAnnotationIntent get ();
void set (PdfAnnotationIntent value);
}
member AnnotationIntent : PdfAnnotationIntent with get, set
Property Value
Type:
PdfAnnotationIntent
See Also