ImageGear Professional v18.2 > API Reference Guide > Formats Component API Reference > Formats Component Interfaces > IIGFormats Interface > IIGFormats Methods > GetPageInfo Method |
Creates new object representing info about format page.
GetPageInfo(IOLocation as IIGIOLocatin, PageNum as Long, Format
as enumIGFormats) as FormatPageInfo
Name | Description |
---|---|
IOLocation | I/O location object describing the image location. |
PageNum | Number of page. |
Format | Expected format of the page. If Format is IG_FORMAT_UNKNOWN, then page format is auto-detected. |
A new IGFormatPageInfo Object filled with information about the specified page
N/A
Core