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