Click or drag to resize
SignDocDocumentexportFields Method
Export all fields as XML. This function always uses UTF-8 encoding. The output conforms to schema PdfFields.xsd. There is a setFlags() flag modifying the behavior of this function: AmbiguousButtonValueEmpt

Namespace: de.softpro.signdocsdk
Assembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntax
public void exportFields(
	Stream stream,
	bool includeTopLevel
)

Parameters

stream
Type: System.IOStream
The fields will be saved to this stream.
includeTopLevel
Type: SystemBoolean
Flags modifying the behavior of this function, See #e_top.
See Also