BeforeRenderPageEventArgs Class

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

SystemObject
  SystemEventArgs
    Apitron.PDF.Rasterizer.ConfigurationBeforeRenderPageEventArgs

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 BeforeRenderPageEventArgs : EventArgs

The BeforeRenderPageEventArgs type exposes the following members.

Properties

  NameDescription
Public propertyCropBox
Gets or sets the crop box defines the region to which the contents of the page shall be clipped (cropped) when rendered.
Public propertyDesiredHeight
Gets or sets the height of the resulting image.
Public propertyDesiredWidth
Gets or sets the width of the resulting image.
Public propertyErrorLoger
Gets or sets the error loger.
Public propertyIsPageSkipped
Gets or sets a value indicating whether the Page is excluded from rendering process.
Public propertyPage
Gets the page that is about to be processed.
Public propertyPageIndex
Gets the (zero-based)index of the Page.
Public propertyRenderingSettings
Gets or sets the rendering settings.
Public propertyResolution
Gets the resolution of the resulting image. By default the resolution of the PDF page is set to 72 dpi so if you render the page using its original size you get this resolution. This setting allows you to set desired resolution, it's an equavalent to setting a bigger resulting image size.
Top
See Also

Reference