AfterRenderPageEventArgs Class

Apitron PDF Rasterizer help
Apitron.PDF.Rasterizer library for .NET
This class represents after page render event args.
Inheritance Hierarchy

SystemObject
  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

public class AfterRenderPageEventArgs : EventArgs

The AfterRenderPageEventArgs type exposes the following members.

Properties

  NameDescription
Public propertyHeight
Gets or sets the image height(in pixels).
Public propertyImageData
Gets or sets image data. The data reprsents an array of bytes with pixel format BGRA8888(hence a pixel takes 4 bytes).
Public propertyPixelFormat
Gets the image data pixel format.
Public propertyWidth
Gets ot sets the image width(in pixels).
Top
See Also

Reference