Class PixelFormat
Specifies the format of the color data for each pixel in the image.
Inheritance
System.Object
PixelFormat
Namespace: IronPdf
Assembly: IronPdf.dll
Syntax
public sealed class PixelFormat : Enum
Fields
Format32bppArgb
Specifies that the format is 32 bits per pixel; 8 bits each are used for the
alpha, red, green, and blue components.
Declaration
public const PixelFormat Format32bppArgb
Field Value
Type | Description |
---|---|
PixelFormat |
Format32bppRgb
Specifies that the format is 32 bits per pixel; 8 bits each are used for the
red, green, and blue components. The remaining 8 bits are not used.
Declaration
public const PixelFormat Format32bppRgb
Field Value
Type | Description |
---|---|
PixelFormat |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |