public class PagesSelector extends Object
| Constructor and Description |
|---|
PagesSelector() |
| Modifier and Type | Method and Description |
|---|---|
static com.aspose.ms.System.Collections.Generic.List<Integer> |
getPages(boolean allPages,
PagesSetup pagesSetup,
int totalPages,
int[] pageNumbers,
boolean fromOne)
Gets a list of selected pages based on the specified criteria.
|
static com.aspose.ms.System.Collections.Generic.List<Integer> |
getPages(boolean allPages,
PagesSetup pagesSetup,
int totalPages,
com.aspose.ms.System.Nullable<Integer> pageIndex)
Gets a list of pages based on the specified setup.
|
public static com.aspose.ms.System.Collections.Generic.List<Integer> getPages(boolean allPages, PagesSetup pagesSetup, int totalPages, int[] pageNumbers, boolean fromOne)
Gets a list of selected pages based on the specified criteria.
allPages - A flag indicating whether to include all pages.pagesSetup - The setup configuration for pages.pageNumbers - An array of specific page numbers to include.totalPages - The total number of pages in the document.public static com.aspose.ms.System.Collections.Generic.List<Integer> getPages(boolean allPages, PagesSetup pagesSetup, int totalPages, com.aspose.ms.System.Nullable<Integer> pageIndex)
Gets a list of pages based on the specified setup.
allPages - Whether to include all pages.pagesSetup - The pages setup configuration.pageIndex - The specific page index (starting with 0).totalPages - The total number of pages.Copyright © 2026. All rights reserved.