 | PdfPolylineAnnotationIntent Property |
Gets or sets a name describing the intent of the polyline annotation.
Namespace: Patagames.Pdf.Net.AnnotationsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic AnnotationIntent Intent { get; set; }
Public Property Intent As AnnotationIntent
Get
Set
public:
property AnnotationIntent Intent {
AnnotationIntent get ();
void set (AnnotationIntent value);
}
member Intent : AnnotationIntent with get, set
/** @property */
public AnnotationIntent get_Intent()
/** @property */
public void set_Intent(AnnotationIntent value)
function get_Intent();
function set_Intent(value);
Property Value
AnnotationIntent
Remarks
Valid value is
PolyLineDimension, (PDF 1.7), which indicates that the polyline annotation is intended to function as a dimension
See Also