| 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.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic void exportFields(
Stream stream,
bool includeTopLevel
)
Public Sub exportFields (
stream As Stream,
includeTopLevel As Boolean
)
public:
void exportFields(
Stream^ stream,
bool includeTopLevel
)
member exportFields :
stream : Stream *
includeTopLevel : bool -> unit
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