ImageDevice.ImageDevice
Contents
[
Hide
]ImageDevice()
Abstract initializer for ImageDevice
descendants, set resolution to 150x150.
public ImageDevice()
See Also
- class ImageDevice
- namespace Aspose.Pdf.Devices
- assembly Aspose.PDF
ImageDevice(Resolution)
Abstract initializer for ImageDevice
descendants. Resolution for the result image file, see Resolution
class.
public ImageDevice(Resolution resolution)
See Also
- class Resolution
- class ImageDevice
- namespace Aspose.Pdf.Devices
- assembly Aspose.PDF
ImageDevice(int, int)
Initializes a new instance of the JpegDevice
class with provided image dimensions and default resolution (=150).
public ImageDevice(int width, int height)
Parameter | Type | Description |
---|---|---|
width | Int32 | Image output width. |
height | Int32 | Image output height. |
See Also
- class ImageDevice
- namespace Aspose.Pdf.Devices
- assembly Aspose.PDF
ImageDevice(PageSize)
Initializes a new instance of the JpegDevice
class with provided image dimensions and default resolution (=150).
public ImageDevice(PageSize pageSize)
Parameter | Type | Description |
---|---|---|
pageSize | PageSize | Page size of the output image. |
See Also
- class PageSize
- class ImageDevice
- namespace Aspose.Pdf.Devices
- assembly Aspose.PDF
ImageDevice(int, int, Resolution)
Initializes a new instance of the JpegDevice
class with provided image dimensions and resolution.
public ImageDevice(int width, int height, Resolution resolution)
Parameter | Type | Description |
---|---|---|
width | Int32 | Image output width. |
height | Int32 | Image output height. |
resolution | Resolution | Resolution for the result image file, see Resolution class. |
See Also
- class Resolution
- class ImageDevice
- namespace Aspose.Pdf.Devices
- assembly Aspose.PDF
ImageDevice(PageSize, Resolution)
Initializes a new instance of the JpegDevice
class with provided image dimensions and resolution.
public ImageDevice(PageSize pageSize, Resolution resolution)
Parameter | Type | Description |
---|---|---|
pageSize | PageSize | Page size of the output image. |
resolution | Resolution | Resolution for the result image file, see Resolution class. |
See Also
- class PageSize
- class Resolution
- class ImageDevice
- namespace Aspose.Pdf.Devices
- assembly Aspose.PDF