create_page_stream property
Leave feedback
On this page
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).
@property
def create_page_stream(self):
...
@create_page_stream.setter
def create_page_stream(self, value):
...
- class
PreviewOptions
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.