Method Export
Export(int, DocumentId, string)
Exports a document to a file with conversion.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 6, 0, 0)]
void Export(int inExporterIx, DocumentId inDocumentId, string inFullName)
Parameters
| Type | Name | Description |
|---|---|---|
| int | inExporterIx | Index of exporter to use, within [0, ExporterCount-1]. |
| DocumentId | inDocumentId | Identifier of document to export. |
| string | inFullName | Full name of the file to create. |
Remarks
This method must not be called between StartModification(string, bool) and EndModification(bool, bool) methods calls.
This method is available since v7.6.