Skip to content

PDFArgbStripRenderingSurface<T>

Namespace: O2S.Components.PDF4NET.Rendering.RenderingSurfaces

Defines an ARGB strip based rendering surface

public class PDFArgbStripRenderingSurface<T> : PDFStripRenderingSurface`1, O2S.Components.PDF4NET.Content.IImageDataProvider

Type Parameters

T

Inheritance ObjectPDFRenderingSurface → PDFStripRenderingSurface<T> → PDFArgbStripRenderingSurface<T>
Implements IImageDataProvider

Fields

Constructors

PDFArgbStripRenderingSurface(Int32, Int32)

Initializes a new PDFStripRenderingSurface<T> object.

public PDFArgbStripRenderingSurface(int width, int height)

Parameters

width Int32
Surface width.

height Int32
Surface height.


PDFArgbStripRenderingSurface()

Initializes a new PDFArgbRenderingSurface<T> object with an empty storage.

public PDFArgbStripRenderingSurface()

Properties

Bitmap

public T[][] Bitmap { get; }

Property Value

T[][]


Height

Gets or sets the surface height.

public int Height { get; }

Property Value

Int32
The height of the surface in pixels.


Width

Gets the surface width.

public int Width { get; }

Property Value

Int32
The width of the surface in pixels.


Methods