create_page_stream property

create_page_stream property

The delegate that defines a method to create an output page preview stream.

The callable should accept a page number (int) and return a writable stream (io.RawIOBase).

Definition:

@property
def create_page_stream(self):
    ...
@create_page_stream.setter
def create_page_stream(self, value):
    ...

See Also