Skip to content

PDFRenderingSurfaceType

Namespace: O2S.Components.PDF4NET.Rendering.RenderingSurfaces

Supported rendering surface types.

public enum PDFRenderingSurfaceType

Inheritance ObjectValueTypeEnumPDFRenderingSurfaceType
Implements

Fields

Name Value Description
Unknown 0 Unknown rendering surface.
ArgbInt 1 ARGB rendering surface backed by an array of integers.
ArgbByte 2 ARGB rendering surface backed by an array of bytes.
RgbaInt 3 RGBA rendering surface backed by an array of integers.
RgbaByte 4 RGBA rendering surface backed by an array of bytes.
RgbByte 5 RGB rendering surface backed by an array of bytes.
BgraInt 6 BGRA rendering surface backed by an array of integers.
BgraByte 7 BGRA rendering surface backed by an array of bytes.
BgrByte 8 BGR rendering surface backed by an array of bytes.
Gray8 9 Grayscale rendering surface backed by an array of bytes.
BlackWhite 10 Black and white rendering surface backed by an array of bytes.