GifDevice.GifDevice
Contents
[
Hide
]GifDevice()
Initializes a new instance of the GifDevice
class with default resolution.
public GifDevice()
See Also
- class GifDevice
- namespace Aspose.Pdf.Devices
- assembly Aspose.PDF
GifDevice(Resolution)
Initializes a new instance of the GifDevice
class. Resolution for the result image file, see Resolution
class.
public GifDevice(Resolution resolution)
See Also
- class Resolution
- class GifDevice
- namespace Aspose.Pdf.Devices
- assembly Aspose.PDF
GifDevice(int, int, Resolution)
Initializes a new instance of the GifDevice
class with provided image dimensions and resolution.
public GifDevice(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 GifDevice
- namespace Aspose.Pdf.Devices
- assembly Aspose.PDF
GifDevice(PageSize, Resolution)
Initializes a new instance of the GifDevice
class with provided page size and resolution.
public GifDevice(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 GifDevice
- namespace Aspose.Pdf.Devices
- assembly Aspose.PDF
GifDevice(int, int)
Initializes a new instance of the GifDevice
class with provided image dimensions, default resolution (=150).
public GifDevice(int width, int height)
Parameter | Type | Description |
---|---|---|
width | Int32 | Image output width. |
height | Int32 | Image output height. |
See Also
- class GifDevice
- namespace Aspose.Pdf.Devices
- assembly Aspose.PDF
GifDevice(PageSize)
Initializes a new instance of the GifDevice
class with provided page size, default resolution (=150).
public GifDevice(PageSize pageSize)
Parameter | Type | Description |
---|---|---|
pageSize | PageSize | Page size of the output image. |
See Also
- class PageSize
- class GifDevice
- namespace Aspose.Pdf.Devices
- assembly Aspose.PDF