PDFRgbaStripRenderingSurface<T>¶
Namespace: O2S.Components.PDF4NET.Rendering.RenderingSurfaces
Defines a RGBA strip based rendering surface
public class PDFRgbaStripRenderingSurface<T> : PDFStripRenderingSurface`1, O2S.Components.PDF4NET.Content.IImageDataProvider
Type Parameters
T
Inheritance Object → PDFRenderingSurface → PDFStripRenderingSurface<T> → PDFRgbaStripRenderingSurface<T>
Implements IImageDataProvider
Fields¶
Constructors¶
PDFRgbaStripRenderingSurface(Int32, Int32)¶
Initializes a new PDFStripRenderingSurface<T> object.
Parameters
width Int32
Surface width.
height Int32
Surface height.
PDFRgbaStripRenderingSurface()¶
Initializes a new PDFArgbRenderingSurface<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.