Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

OfficeImage.PixelFormat Property

Gets the pixel format of the image.

Namespace: DevExpress.Office.Utils

Assembly: DevExpress.Office.v19.1.Core.dll

Declaration

public abstract OfficePixelFormat PixelFormat { get; }

Property Value

Type Description
OfficePixelFormat

An OfficePixelFormat enumeration member specifying the pixel format.

See Also