Apitron.PDF.Rasterizer library for .NET
SystemObject
SystemEventArgs
Apitron.PDF.Rasterizer.ConfigurationBeforeRenderPageEventArgs
Assembly: Apitron.PDF.Rasterizer (in Apitron.PDF.Rasterizer.dll) Version: 3.0.154.0 (3.0.154.0)
Top
This class represents before page render event args.
Inheritance Hierarchy
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
The BeforeRenderPageEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
CropBox |
Gets or sets the crop box defines the region to which the contents of the page shall be clipped (cropped) when rendered.
| |
DesiredHeight |
Gets or sets the height of the resulting image.
| |
DesiredWidth |
Gets or sets the width of the resulting image.
| |
ErrorLoger |
Gets or sets the error loger.
| |
IsPageSkipped |
Gets or sets a value indicating whether the Page is excluded from rendering process.
| |
Page |
Gets the page that is about to be processed.
| |
PageIndex |
Gets the (zero-based)index of the Page.
| |
RenderingSettings |
Gets or sets the rendering settings.
| |
Resolution |
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.
|
See Also