Resolution.Resolution
Resolution(int)
Initializes a new instance of the Resolution
class.
public Resolution(int value)
Parameter | Type | Description |
---|---|---|
value | Int32 | Value which represents the horizontal and vertical resolution. |
See Also
- class Resolution
- namespace Aspose.Pdf.Devices
- assembly Aspose.PDF
Resolution(int, int)
Initializes a new instance of the Resolution
class.
public Resolution(int valueX, int valueY)
Parameter | Type | Description |
---|---|---|
valueX | Int32 | Horizontal resolution. |
valueY | Int32 | Vertical resolution. |
See Also
- class Resolution
- namespace Aspose.Pdf.Devices
- assembly Aspose.PDF