| Example-VB | Example-VC++ |
Returns the page type of the specified page.
| Ö | Imaging for Windows Professional Edition V1.0, V1.1, and V2.0 |
| Ö | Imaging for Windows 95 and 98 |
| Ö | Imaging for Windows NT 4.0 |
Image Admin control
object.PageType[=value]
PageTypeValue (Integer)
| Constant | Setting | Description |
| PageTypeUnk | 0 | Unknown |
| PageTypeBW | 1 | Black and white |
| PageTypeGray4 | 2 | 4-bit gray scale |
| PageTypeGray8 | 3 | 8-bit gray scale |
| PageTypePal4 | 4 | 4-bit palettized |
| PageTypePal8 | 5 | 8-bit palettized |
| PageTypeRGB24 | 6 | 24-bit RGB |
| PageTypeBGR24 | 7 | 24-bit BGR |
The Image file is specified by the Image property; the page is specified by the PageNumber property.
If the Image property is empty, the value is 0 (zero).
This property is read-only.