Resolution Constructor

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

Namespace:  Apitron.PDF.Kit.Configuration
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.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