Apitron.PDF.Rasterizer library for .NET
Assembly: Apitron.PDF.Rasterizer (in Apitron.PDF.Rasterizer.dll) Version: 3.0.154.0 (3.0.154.0)
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
Parameters
- dpiX
- Type: SystemSingle
The dpi x. - dpiY
- Type: SystemSingle
The dpi y.
Exceptions
Exception | Condition |
---|---|
ArgumentException | If value for dpiX is not greater than zero. |
ArgumentException | If value for dpiY is not greater than zero. |
See Also