Gets the string indicating the state of the Text annotation.
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax Public Function GetState As String
public:
virtual String^ GetState() sealed
Return Value
Type:
String 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