PdfLineAnnotationWidget
LineCaption Property
|
Gets or sets the line caption of the annotation.
Namespace:
Spire.Pdf.Annotations
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public bool LineCaption { get; set; }
Public Property LineCaption As Boolean
Get
Set
public:
property bool LineCaption {
bool get ();
void set (bool value);
}
member LineCaption : bool with get, set
Property Value
Type:
Boolean
See Also