ImageDevice constructor

init

Creates the new instance.

def __init__(self):
    ...

init

Creates the new instance with specified media size.

def __init__(self, page_size):
    ...
ParameterTypeDescription
page_sizeaspose.pydrawing.SizeThe size of the device output media.

See Also