Skip to content

PDFRgbStripRenderingSurface

Namespace: O2S.Components.PDF4NET.Rendering.RenderingSurfaces

Defines a RGB strip based rendering surface

public class PDFRgbStripRenderingSurface : PDFStripRenderingSurface`1, O2S.Components.PDF4NET.Content.IImageDataProvider

Inheritance ObjectPDFRenderingSurfacePDFStripRenderingSurface<Byte>PDFRgbStripRenderingSurface
Implements IImageDataProvider

Fields

Constructors

PDFRgbStripRenderingSurface(Int32, Int32)

Initializes a new PDFRgbStripRenderingSurface object.

public PDFRgbStripRenderingSurface(int width, int height)

Parameters

width Int32
Surface width.

height Int32
Surface height.


PDFRgbStripRenderingSurface()

Initializes a new PDFRgbStripRenderingSurface object with an empty storage.

public PDFRgbStripRenderingSurface()

Properties

Bitmap

Gets the surface storage.

public Byte[][] Bitmap { get; }

Property Value

Byte[][]
Array that stores the page image in ARGB format.


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