Click or drag to resize

PdfPolylineAnnotationIntent Property

Gets or sets a name describing the intent of the polyline annotation.

Namespace: Patagames.Pdf.Net.Annotations
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public AnnotationIntent Intent { get; set; }

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