PDFBgraStripRenderingSurface<T>¶
Namespace: O2S.Components.PDF4NET.Rendering.RenderingSurfaces
Defines a BGRA strip based rendering surface
public class PDFBgraStripRenderingSurface<T> : PDFStripRenderingSurface`1, O2S.Components.PDF4NET.Content.IImageDataProvider
Type Parameters
T
Inheritance Object → PDFRenderingSurface → PDFStripRenderingSurface<T> → PDFBgraStripRenderingSurface<T>
Implements IImageDataProvider
Fields¶
Constructors¶
PDFBgraStripRenderingSurface(Int32, Int32)¶
Initializes a new PDFBgraStripRenderingSurface<T> object.
Parameters
width Int32
Surface width.
height Int32
Surface height.
PDFBgraStripRenderingSurface()¶
Initializes a new PDFBgraStripRenderingSurface<T> object with an empty storage.
Properties¶
Bitmap¶
Property Value
T[][]
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.