BMP interfaces:

This represents the interface for the Bitmap IO BMP format.

Interface: ibmpio

Methods

<enum>getType()

getType enums: {#noType|#paletted|#true24}

This method returns the format type, which is one of the enum types. Note: #noType is equivalent to #true24

<void>setType <enum>type

type enums: {#noType|#paletted|#true24}

This method allows you to set the format type. Note: #noType is equivalent to #true24.

<enum>type: The type, which is one of the enum types.

See also Class IBitmapIO_Bmp, in the SDK Help file accompanying this product.