ImageDevice constructor
init
Initializes new instance of ImageDevice
.
def __init__(self):
...
init
Initializes new instance of ImageDevice
with specified size of a page.
def __init__(self, size):
...
Parameter | Type | Description |
---|---|---|
size | aspose.pydrawing.Size | Page size. |
init
Initializes new instance of ImageDevice
with specified image format.
def __init__(self, image_format):
...
Parameter | Type | Description |
---|---|---|
image_format | aspose.pydrawing.imaging.ImageFormat | Format of the image. |
init
Initializes new instance of ImageDevice
with specified size of a page and image format.
def __init__(self, size, image_format):
...
Parameter | Type | Description |
---|---|---|
size | aspose.pydrawing.Size | Page size. |
image_format | aspose.pydrawing.imaging.ImageFormat | Format of the image. |
See Also
- module
aspose.page.eps.device
- class
ImageDevice