Exporting documents

 

Exporting a page or layer creates a new page or layer document on disk based on an existing one, without saving or modifying the existing one. You use the same function to export documents, pages, or layers as to save them--IN_SaveObject. But, to export a document, you must set the flag value to IN_FLG_EXPORT.

To export a document, page, or layer:

· Use the IN_SaveObject function with the flag value set to IN_FLG_EXPORT. Specify a document ID, page ID, or layer ID as the objectID.

The document object is exported with the specified file name label, and format, or with its current file information.

See also

Saving documents

Changing a document's status