| Class | Description |
|---|---|
| PDFArgbByteBlockRenderingSurface | Defines a PDF rendering surface with ARGB color format that uses a contiguous block of bytes as storage. |
| PDFArgbByteStripRenderingSurface | Defines an PDF rendering surface with ARGB color format that uses multiple strips of bytes as storage. |
| PDFArgbIntBlockRenderingSurface | Defines an PDF rendering surface with ARGB color format that uses a contiguous block of ints as storage. |
| PDFArgbIntStripRenderingSurface | Defines an PDF rendering surface with ARGB color format that uses multiple strips of ints as storage. |
| PDFBgraByteBlockRenderingSurface | Defines an PDF rendering surface with BGRA color format that uses a contiguous block of bytes as storage. |
| PDFBgraByteStripRenderingSurface | Defines an PDF rendering surface with BGRA color format that uses multiple strips of bytes as storage. |
| PDFBgraIntBlockRenderingSurface | Defines an PDF rendering surface with BGRA color format that uses a contiguous block of ints as storage. |
| PDFBgraIntStripRenderingSurface | Defines an PDF rendering surface with BGRA color format that uses multiple strips of ints as storage. |
| PDFBgrByteBlockRenderingSurface | Defines an PDF rendering surface with BGR color format that uses a contiguous block of bytes as storage. |
| PDFBgrByteStripRenderingSurface | Defines an PDF rendering surface with BGR color format that uses multiple strips of bytes as storage. |
| PDFBlackWhiteBlockRenderingSurface | Defines an PDF rendering surface with B/W color format that uses a contiguous block of bytes as storage. |
| PDFBlackWhiteStripRenderingSurface | Defines an PDF rendering surface with B/W color format that uses multiple strips of bytes as storage. |
| PDFByteBlockRenderingSurface | Defines the base class for PDF rendering surfaces that use a contiguous block of bytes as storage. |
| PDFByteStripRenderingSurface | Defines the base class for PDF rendering surfaces that use multiple strips of a bytes as storage. |
| PDFGray16BlockRenderingSurface | Defines an PDF rendering surface with Gray8+Alpha color format that uses a contiguous block of bytes as storage. For internal use only. |
| PDFGray16StripRenderingSurface | Defines an PDF rendering surface with Gray8+Alpha color format that uses multiple strips of bytes as storage. For internal use only. |
| PDFGray8BlockRenderingSurface | Defines an PDF rendering surface with Gray8 color format that uses a contiguous block of bytes as storage. |
| PDFGray8StripRenderingSurface | Defines an PDF rendering surface with Gray8 color format that uses multiple strips of bytes as storage. |
| PDFIntBlockRenderingSurface | Defines the base class for PDF rendering surfaces that use a contiguous block of ints as storage. |
| PDFIntStripRenderingSurface | Defines the base class for PDF rendering surfaces that use multiple strips of ints as storage. |
| PDFRenderingSurface | Defines the base class for all rendering surfaces. |
| PDFRenderingSurfaceBoundingBox | Defines the bounding box for a rendering surface. For internal use only. |
| PDFRgbaByteBlockRenderingSurface | Defines an PDF rendering surface with RGBA color format that uses a contiguous block of bytes as storage. |
| PDFRgbaByteStripRenderingSurface | Defines an PDF rendering surface with RGBA color format that uses multiple strips of bytes as storage. |
| PDFRgbaIntBlockRenderingSurface | Defines an PDF rendering surface with RGBA color format that uses a contiguous block of ints as storage. |
| PDFRgbaIntStripRenderingSurface | Defines an PDF rendering surface with RGBA color format that uses multiple strips of ints as storage. |
| PDFRgbByteBlockRenderingSurface | Defines an PDF rendering surface with RGB color format that uses a contiguous block of bytes as storage. |
| PDFRgbByteStripRenderingSurface | Defines an PDF rendering surface with RGB color format that uses multiple strips of bytes as storage. |