Click or drag to resize
SignDocRenderParameterssetModificationState Method
Enable getting the modification state. The default value is false.

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public void setModificationState(
	bool check
)

Parameters

check
Type: SystemBoolean
true to check the modification state for PDF documents, false to ignore the modification state.
See Also