ImageGear Professional v18.2 > API Reference Guide > Formats Component API Reference > Formats Component Interfaces > IIGFormats Interface > IIGFormats Methods > OpenDocument Method |
Associates a document with the external i/o location as follows:
New empty page is created in the document per each image at the i/o location. I.e., PageCount Property is equal to the number of pages at the location, but IGDocument Object.ValidPagesCount Property will be 0.
OpenDocument(Document as IGDocument, IOLocation as
IIGIOLocation, Mode as enumIGDocAccessMode)
Name | Description |
---|---|
Document | A document to be opened. |
IOLocation | I/o location with which the document should be associated. |
Mode | Access mode of the opened document. Can be read/only or read/write. |
N/A
N/A
Core