Extensions class

Extensions class

Provides extensions methods for the data export functionality.

The Extensions type exposes the following members:

Methods

Method Description
export_as_json
export_as_json
export_as_json Exports the document information to the stream in JSON format.
export_as_json Exports the document information to the file in JSON format.
export_as_json
export_as_json
export_as_json
export_as_json
export_as_json
export_as_json
export_as_json Exports document data to the stream in JSON format.
export_as_json Exports document data to the file in JSON format.
export_as_xml
export_as_xml
export_as_xml Exports the document information to the stream in XML format.
export_as_xml Exports the document information to the file in XML format.
export_as_xml
export_as_xml
export_as_xml
export_as_xml
export_as_xml
export_as_xml
export_as_xml Exports document data to the stream in XML format.
export_as_xml Exports document data to the file in XML format.

See Also