Apitron.PDF.Rasterizer library for .NET
Assembly: Apitron.PDF.Rasterizer (in Apitron.PDF.Rasterizer.dll) Version: 3.0.154.0 (3.0.154.0)
The 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.
Namespace: Apitron.PDF.Rasterizer.Configuration
Assembly: Apitron.PDF.Rasterizer (in Apitron.PDF.Rasterizer.dll) Version: 3.0.154.0 (3.0.154.0)
Syntax
Property Value
Type: ResolutionThe resolution.
See Also