Sets the paragraph symbol displayed along with the Caret.
(Optional)
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetSymbol(
string contt
)
Public Sub SetSymbol (
contt As String
)
public:
virtual void SetSymbol(
[InAttribute] String^ contt
) sealed
function SetSymbol(contt);
Parameters
- contt
- Type: SystemString
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