PdfDevice constructor
init
Initializes new instance of PdfDevice
with output stream.
def __init__(self, ros):
...
Parameter | Type | Description |
---|---|---|
ros | io.RawIOBase | Output stream. |
init
Initializes new instance of PdfDevice
with output stream and specified size of a page.
def __init__(self, ros, size):
...
Parameter | Type | Description |
---|---|---|
ros | io.RawIOBase | Output stream. |
size | aspose.pydrawing.Size | Page size. |
See Also
- module
aspose.page.eps.device
- class
PdfDevice