Sets the string indicating the state model of the Text annotation.
(Required if State is present, otherwise optional; PDF 1.5 )
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetStateModel(
string statemodule
)
Public Sub SetStateModel (
statemodule As String
)
public:
virtual void SetStateModel(
[InAttribute] String^ statemodule
) sealed
function SetStateModel(statemodule);
Parameters
- statemodule
- Type: SystemString
- 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