Class DpiOptions
DPI options.
Inherited Members
Namespace: Accusoft.PrizmDocServer.Conversion
Assembly: PrizmDocServerSDK.dll
Syntax
public class DpiOptions
Constructors
DpiOptions(Int32, Int32)
Initializes a new instance of the DpiOptions class.
Declaration
public DpiOptions(int x, int y)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | x | Horizontal DPI. |
| Int32 | y | Vertical DPI. |
Properties
X
Gets horizontal DPI.
Declaration
public int X { get; }
Property Value
| Type | Description |
|---|---|
| Int32 |
Y
Gets vertical DPI.
Declaration
public int Y { get; }
Property Value
| Type | Description |
|---|---|
| Int32 |