create_page_stream property
Leave feedback
On this page
The page stream creation delegate.
The delegate is called with the page number (int) and should return an io.RawIOBase stream that the preview generator will write the preview image to.
@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.