BeforeRenderPageEventArgsResolution Property

Apitron PDF Rasterizer help
Apitron.PDF.Rasterizer library for .NET
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.

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 Resolution Resolution { get; set; }

Property Value

Type: Resolution
The resolution.
See Also

Reference