SelectedPages Property
Gets or sets the list of selected pages.
Syntax
'Declaration Public Property SelectedPages As Integer()
'Usage Dim instance As PDFPageThumbnailView Dim value() As Integer instance.SelectedPages = value value = instance.SelectedPages
public int[] SelectedPages {get; set;}
Property Value
An array of integers specifying the page numbers for selected pages.Exceptions
| Exception | Description |
|---|---|
| System.ArgumentOutOfRangeException | Thrown when a page number in the array is less and zero or greater than number of pages in the document. |
Requirements
Target Platforms: Windows 7, Windows 10, Windows 11, Windows Server 2022, Windows Server 2025
See Also