ImageGear Professional v18.2 > API Reference Guide > Formats Component API Reference > Formats Component Objects > IGFormatsSettings Object > IGFormatsSettings Methods > GetSaveFormatsForPage Method |
Returns info about all saving formats compatible with the given page.
GetSaveFormatsForPage(Page As IGPage, Formats As IGFormatIDCollection Object) As IGSaveFormatsInfo
Name | Description |
---|---|
Page | The page object. |
Formats | Collection of format IDs supported by ImageGear. |
The object IGSaveFormatsInfo Object, describing saving formats compatible with page. If the page is not valid then info about all available saving formats is returned.
N/A
Core