Skip to content

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 ObjectPDFRenderingSurface → PDFStripRenderingSurface<T> → PDFBgraStripRenderingSurface<T>
Implements IImageDataProvider

Fields

Constructors

PDFBgraStripRenderingSurface(Int32, Int32)

Initializes a new PDFBgraStripRenderingSurface<T> object.

public PDFBgraStripRenderingSurface(int width, int height)

Parameters

width Int32
Surface width.

height Int32
Surface height.


PDFBgraStripRenderingSurface()

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

public PDFBgraStripRenderingSurface()

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