DocumentExportArgs Properties
Stores the arguments required to export a document (its format and export options).Name | Description |
---|---|
CustomArgs | Provides the information about a request to export a document on the server. |
Format | Specifies the document’s export format. |
SerializedExportOptions | Specifies the export options of a document, serialized to a Byte array. |
See Also