Description Returns the page's image type. Read-only property.
Usage ImageFileObjectPageObject.Pages(pagenumber).PageType[=value]
Data TypeShort
Remarks The PageType property settings are:
Setting | Description |
1 | Black and White |
2 | Gray 4 |
3 | Gray 8 |
4 | Palettized 4 |
5 | Palettized 8 |
6 | RGB 24 |
Example This example returns the page's image type.
x = Img.Pages(1).PageType