Skip to main content
What it does
Represents a document or a page.
Methods

Definition

Description

SaveAs (fileName: string, [optional] options: VARIANT)

Saves document pages (or a page image) to a file.

When saving a multi-page document in a single-page format, the exception is returned.

Properties
NameTypeAccessDescription
IsDocument (or IsPage)boolRead-onlyChecks whether the item is a document (or a page).
DocumentInfo (or PageInfo)IExportDocumentInfo(or IExportPageInfo)Read-onlyItem properties. If the requested property does not correspond to the item type, the IsDocument / IsPage check is carried out.
ChildrenIExportBatchItemsRead-onlyChild items
ParentIExportBatchItemRead-onlyThe parent item
PrevIExportBatchItemRead-onlyThe previous item
NextIExportBatchItemRead-onlyThe next item
IndexintRead-onlyThe item index in the parent collection
NamestringRead-onlyThe name of the item
ScriptPropertiesIScriptPropertiesRead-onlyScript properties
AttachmentsIExportAttachmentsRead-onlyAttachments
IsExportedboolRead/writeSpecifies whether the item is exported