Click or drag to resize
SignDocDocumentsetDataBlock Method
Replace the SignDoc data block of the document. This function discards properties set with setStringProperty() etc., including unsaved changes.

Namespace: de.softpro.signdocsdk
Assembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntax
public void setDataBlock(
	byte[] data
)

Parameters

data
Type: SystemByte
The serialized data block.
See Also