Skip to content

Index

Classes

Name Description
IMaskRenderingSurface IMaskRenderingSurface supports the internal library infrastructure.
PDFArgbRenderingSurface<T> Defines an ARGB rendering surface that uses an array of integers or bytes as storage.
PDFArgbStripRenderingSurface<T> Defines an ARGB strip based rendering surface
PDFBgraRenderingSurface<T> Defines an BGRA rendering surface that uses an array of integers or bytes as storage.
PDFBgraStripRenderingSurface<T> Defines a BGRA strip based rendering surface
PDFBgrRenderingSurface Defines a BGR rendering surface that uses an array of bytes as storage.
PDFBgrStripRenderingSurface Defines a BGR strip based rendering surface
PDFBlackWhiteRenderingSurface Defines a black and white rendering surface that uses an array of bytes as storage.
PDFBlackWhiteStripRenderingSurface Defines a black and white strip based rendering surface
PDFByteRenderingSurface
PDFGray8RenderingSurface Defines a Gray8 rendering surface that uses an array of bytes as storage.
PDFGray8StripRenderingSurface Defines a Gray8 strip based rendering surface
PDFRenderingSurface Defines an abstract rendering surface.
PDFRgbaRenderingSurface<T> Defines an RGBA rendering surface that uses an array of integers or bytes as storage.
PDFRgbaStripRenderingSurface<T> Defines a RGBA strip based rendering surface
PDFRgbRenderingSurface Defines an RGB rendering surface that uses an array of bytes as storage.
PDFRgbStripRenderingSurface Defines a RGB strip based rendering surface
PDFStripRenderingSurface<T> Defines a strip based rendering surface

Enums

Name Description
PDFRenderingSurfaceType Supported rendering surface types.