Gets the paragraph symbol displayed along with the Caret.
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public string GetSymbol()
Public Function GetSymbol As String
public:
virtual String^ GetSymbol() sealed
Return Value
Type:
String A pointer to an Array of Charactors that specifies the Caret content.
Remarks the content of the Caret Annotation is a name specifying a symbol
that shall be associated with the Caret: P - A new paragraph symbol (¶)
should be associated with the Caret.
None - No symbol should be associated with the Caret.
Default value: None.
See Also