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.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
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