PageType Property

Example-VB Example-VC++

Returns the page type of the specified page.

Available With

Ö Imaging for Windows Professional Edition V1.0, V1.1, and V2.0
Ö Imaging for Windows 95 and 98
Ö Imaging for Windows NT 4.0

Applies To

Image Admin control

Syntax

object.PageType[=value]

Data Type

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

Remarks

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.