PdfDevice constructor

init

Initializes new instance of PdfDevice with output stream.

def __init__(self, ros):
    ...
ParameterTypeDescription
rosio.RawIOBaseOutput stream.

init

Initializes new instance of PdfDevice with output stream and specified size of a page.

def __init__(self, ros, size):
    ...
ParameterTypeDescription
rosio.RawIOBaseOutput stream.
sizeaspose.pydrawing.SizePage size.

See Also