Gets the string indicating the state model of the Text annotation.
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public string GetStateModel()
Public Function GetStateModel As String
public:
virtual String^ GetStateModel() sealed
function GetStateModel();
Return Value
Type:
String A string that represents the state model of the Text annotation.
Remarks The State model is the state model corresponding to the State entry;
See Also