page_count property
page_count property
Gets or sets the number of pages to save.
Remarks
Default is System.Int32.MaxValue which means all pages will be rendered.
Definition:
@property
def page_count(self):
...
@page_count.setter
def page_count(self, value):
...
See Also
- module
aspose.cells.rendering
- class
ImageOrPrintOptions