PDFRgbRenderingSurface¶
Namespace: O2S.Components.PDF4NET.Rendering.RenderingSurfaces
Defines an RGB rendering surface that uses an array of bytes as storage.
public class PDFRgbRenderingSurface : PDFByteRenderingSurface, O2S.Components.PDF4NET.Content.IImageDataProvider
Inheritance Object → PDFRenderingSurface → PDFByteRenderingSurface → PDFRgbRenderingSurface
Implements IImageDataProvider
Fields¶
Constructors¶
PDFRgbRenderingSurface(Int32, Int32)¶
Initializes a new PDFRgbRenderingSurface object.
Parameters
width Int32
Surface width.
height Int32
Surface height.
PDFRgbRenderingSurface()¶
Initializes a new PDFRgbRenderingSurface object with an empty storage.
Properties¶
Bitmap¶
Gets the surface storage.
Property Value
Byte[]
Array of ints that stores the page image in ARGB format.
Height¶
Gets or sets the surface height.
Property Value
Int32
The height of the surface in pixels.
Width¶
Gets the surface width.
Property Value
Int32
The width of the surface in pixels.