Resolution Constructor

Apitron PDF Rasterizer help
Apitron.PDF.Rasterizer library for .NET
Initializes a new instance of the Resolution class.

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(
	float dpiX,
	float dpiY
)

Parameters

dpiX
Type: SystemSingle
The dpi x.
dpiY
Type: SystemSingle
The dpi y.
Exceptions

ExceptionCondition
ArgumentException If value for dpiX is not greater than zero.
ArgumentException If value for dpiY is not greater than zero.
See Also

Reference