page_index property
PdfLoadOptions.page_index property
Gets or sets the 0-based index of the first page to read. Default is 0.
@property
def page_index(self) -> int:
...
@page_index.setter
def page_index(self, value: int):
...
See Also
- module aspose.words.loading
- class PdfLoadOptions