PageType Property

Returns the image type of the specified page.

Applies To

Image Admin control

Syntax

object.PageType[=value]

Data Type

Integer (enumerated)

Setting

Description

0

Unknown

1

Black and white

2

4-bit gray scale

3

8-bit gray scale

4

4-bit palettized

5

8-bit palettized

6

24-bit RGB

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.

See Also

Image property

Image types in Imaging Concepts

PageNumber property