Skip to main content

TdxOfficeImage.PixelFormat Property

Returns the stored image’s pixel format.

Declaration

property PixelFormat: TdxOfficePixelFormat read;

Property Value

Type
TdxOfficePixelFormat

Remarks

Use this property to identify the stored image’s current pixel format. The PixelFormat property returns TdxOfficePixelFormat.Undefined if the Office Image container is empty or stores an unsupported image.

Refer to the TdxOfficePixelFormat type description for additional information.

See Also