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 Dpi
Declaration
public DpiOptions(int x, int y)
Parameters
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 |