ImageGear Professional v18.2 > API Reference Guide > Formats Component API Reference > Formats Component Interfaces > IIGFormats Interface |
This is the base interface for the IGFormatsCtl Control.
CloseDocument Method | Closes a document being previously opened with OpenDocument Method. |
ConvertBatch Method | Performs batch conversion. |
ConvertFile Method | Converts file from one format to another without loading. |
CreateObject Method | Creates a new instance of any Formats object. Returns an IIGObject interface. |
DetectImageFormat Method | Detect format of the image file. |
GetDocumentInfo Method | Creates an object representing an info about external file associated with the document. |
GetPageCount Method | Returns number of pages. |
GetPageInfo Method | Creates new object representing info about format page. |
IsDocumentOpen Method | Tells whether the document is associated with a location or not. |
LoadDocument Method | Loads range of pages from any supported i/o location. |
LoadDocumentFromFile Method | Loads range of pages from file. |
LoadPage Method | Loads one page from any supported i/o location using loading options. |
LoadPageFromFile Method | Loads one page from file. |
OpenDocument Method | Associates a document with the external i/o location. |
ReadPagesToDocument Method | Loads range of pages from associated i/o location to the document previously opened with OpenDocument Method. |
SaveDocument Method | Saves range of document pages to the any supported i/o location using save options. |
SaveDocumentToFile Method | Saves range of document pages to the file. |
SavePage Method | Saves a page to the any supported i/o location using save options. |
SavePageToFile Method | Saves a page to the file. |
UpdateDocument Method | Synchronizes an opened document with external i/o location. |
Settings Property | Provides an access to the common Formats settings. |