Apitron.PDF.Rasterizer library for .NET
SystemObject
SystemEventArgs
Apitron.PDF.Rasterizer.ConfigurationAfterRenderPageEventArgs
Assembly: Apitron.PDF.Rasterizer (in Apitron.PDF.Rasterizer.dll) Version: 3.0.154.0 (3.0.154.0)
Top
This class represents after page render event args.
Inheritance Hierarchy
SystemEventArgs
Apitron.PDF.Rasterizer.ConfigurationAfterRenderPageEventArgs
Namespace: Apitron.PDF.Rasterizer.Configuration
Assembly: Apitron.PDF.Rasterizer (in Apitron.PDF.Rasterizer.dll) Version: 3.0.154.0 (3.0.154.0)
Syntax
The AfterRenderPageEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
Height |
Gets or sets the image height(in pixels).
| |
ImageData |
Gets or sets image data. The data reprsents an array of bytes with pixel format BGRA8888(hence a pixel takes 4 bytes).
| |
PixelFormat |
Gets the image data pixel format.
| |
Width |
Gets ot sets the image width(in pixels).
|
See Also