Enum PdfBitmapFormat
Specifies the bitmap formats supported for rendering in a PDF context.
public enum PdfBitmapFormat
- Extension Methods
Fields
BGR = 2
BGRA = 4
BGRAPremul = 5
BGRx = 3
Gray = 1
Unknown = 0
Remarks
This enumeration defines various pixel formats that can be used when working with bitmap images in a PDF. Each format represents a specific arrangement of color channels and, in some cases, transparency information.