Click or drag to resize

TextSetStateModel Method

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
)

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