ImageGear Professional v18.2 > API Reference Guide > Formats Component API Reference > Formats Component Interfaces > IIGFormats Interface > IIGFormats Methods > SaveDocument Method |
Saves range of the document pages to any supported i/o location using save options.
SaveDocument(Document as IGDocument, IOLocation as
IIGIOLocation, StartPageFile as Long, StartIndexDoc as Long,
PageCount as Long, Mode as enumIGDocSaveModes, SaveOptions as
IGSaveOptions)
Name | Description |
---|---|
Document | A document to be saved |
IOLocation | Location to which to save the document |
StartPageFile | Zero-based start page index at the location |
StartIndexDoc | Zero-based start page index in the document |
PageCount | A count of pages to be saved |
Mode | Document saving mode. Can be `default', `overwrite', `append', `insert', `replace' |
SaveOptions | Saving options |
N/A
N/A
Core