FileType Property

Returns the file type of the image file specified in the Image property, and the page specified in the Page property.

Applies To

Image Edit control

Syntax

object.FileType

Data Type

Integer (enumerated)

Property settings are expressed using the following values:

Setting

Description

1

TIFF

2

AWD

3

BMP

4

PCX

5

DCX

6

JPG

7

XIF


Remarks

The FileType value is independent of an image being displayed. If the image specified in the Image and Page properties is being displayed, the value indicates the file type of the displayed image. If the image specified in the Image and Page properties is not being displayed, the value indicates the file type of the image specified in the Image property.

Available at run-time as read-only.

See Also

Image property

Image topics in Imaging Concepts

Page property

SaveAs method