Gets or sets whether the line annotation caption should be displayed.

Namespace: Spire.Pdf.Annotations
Assembly: 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

Boolean
true if the line caption should be displayed, otherwise false.

See Also