PdfDevice.PdfDevice

PdfDevice(Stream)

Initializes new instance of PdfDevice with output stream.

public PdfDevice(Stream ros)
ParameterTypeDescription
rosStreamOutput stream.

See Also


PdfDevice(Stream, Size)

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

public PdfDevice(Stream ros, Size size)
ParameterTypeDescription
rosStreamOutput stream.
sizeSizePage size.

See Also