Gets or sets whether the line annotation caption should be displayed.
Namespace: Spire.Pdf.AnnotationsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
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
Booleantrue if the line caption should be displayed, otherwise false.