AfterRenderPageEventArgsImageData Property

Apitron PDF Rasterizer help
Apitron.PDF.Rasterizer library for .NET
Gets or sets image data. The data reprsents an array of bytes with pixel format BGRA8888(hence a pixel takes 4 bytes).

Namespace:  Apitron.PDF.Rasterizer.Configuration
Assembly:  Apitron.PDF.Rasterizer (in Apitron.PDF.Rasterizer.dll) Version: 3.0.154.0 (3.0.154.0)
Syntax

public byte[] ImageData { get; set; }

Property Value

Type: Byte
See Also

Reference