Click or drag to resize
SignDocSignatureParametersgetTemplate Method
Get an XML document specifying the current layout. This function can be used for debugging and for reporting bugs. This function will fail if the "Template" blob parameter is invalid.

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public byte[] getTemplate()

Return Value

Type: Byte
The XML document or null on error.
See Also