Sets the string indicating the state of the Text annotation.
(Optional; PDF 1.5 )
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetState(
string state
)
Public Sub SetState (
state As String
)
public:
virtual void SetState(
[InAttribute] String^ state
) sealed
function SetState(state);
Parameters
- state
- Type: SystemString
A string that represents the state of the Text annotation.
Remarks The state is a state to which the original annotation shall
be set.
Default: “Unmarked” if StateModel is “Marked”; “None” if StateModel
is “Review”.
See Also