EmfDevice.EmfDevice
EmfDevice()
Initializes a new instance of the EmfDevice
class with default resolution of raster image written to emf.
public EmfDevice()
See Also
- class EmfDevice
- namespace Aspose.Pdf.Devices
- assembly Aspose.PDF
EmfDevice(Resolution)
Initializes a new instance of the EmfDevice
class. Resolution for the raster image written to emf, see Resolution
class.
public EmfDevice(Resolution resolution)
See Also
- class Resolution
- class EmfDevice
- namespace Aspose.Pdf.Devices
- assembly Aspose.PDF
EmfDevice(int, int)
Initializes a new instance of the EmfDevice
class with provided image dimensions, and default resolution for the raster image written to emf (=150)
public EmfDevice(int width, int height)
Parameter | Type | Description |
---|---|---|
width | Int32 | Image output width. |
height | Int32 | Image output height. |
See Also
- class EmfDevice
- namespace Aspose.Pdf.Devices
- assembly Aspose.PDF
EmfDevice(PageSize)
Initializes a new instance of the EmfDevice
class with provided page size, and default resolution for the raster image written to emf (=150)
public EmfDevice(PageSize pageSize)
Parameter | Type | Description |
---|---|---|
pageSize | PageSize | Page size of the output image. |
See Also
- class PageSize
- class EmfDevice
- namespace Aspose.Pdf.Devices
- assembly Aspose.PDF
EmfDevice(int, int, Resolution)
Initializes a new instance of the JpegDevice
class with provided image dimensions, and resolution for the raster image written to emf.
public EmfDevice(int width, int height, Resolution resolution)
Parameter | Type | Description |
---|---|---|
width | Int32 | Image output width. |
height | Int32 | Image output height. |
resolution | Resolution | Resolution for the for the raster image written to emf, see Resolution class. |
See Also
- class Resolution
- class EmfDevice
- namespace Aspose.Pdf.Devices
- assembly Aspose.PDF
EmfDevice(PageSize, Resolution)
Initializes a new instance of the JpegDevice
class with provided page size, and resolution for the raster image written to emf.
public EmfDevice(PageSize pageSize, Resolution resolution)
Parameter | Type | Description |
---|---|---|
pageSize | PageSize | Page size of the output image. |
resolution | Resolution | Resolution for the for the raster image written to emf, see Resolution class. |
See Also
- class PageSize
- class Resolution
- class EmfDevice
- namespace Aspose.Pdf.Devices
- assembly Aspose.PDF