RgbaBuffer

Overview

RgbaBuffer is a class in Aspose.PDF FOSS for .NET.

Raw RGBA pixel buffer returned by a IPageRenderer.

This class provides 1 method for working with RgbaBuffer objects in .NET programs. Available methods include: RgbaBuffer. All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package. Properties: Data, Height, Width.

Properties

NameTypeAccessDescription
Databyte[]ReadRGBA pixel data (4 bytes per pixel, row-major, top row first).
WidthintReadImage width in pixels.
HeightintReadImage height in pixels.

Methods

SignatureDescription
RgbaBuffer(data: byte[], width: int, height: int)Calls RgbaBuffer on this RgbaBuffer instance.

See Also