Click or drag to resize

PdfLoadOptionsSelectedPages Property

Gets or sets an array with pages to load (0-based index). Setting PageIndex or PageCount properties are overrides SelectedPages.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.1.24
Syntax
public int[] SelectedPages { get; set; }

Property Value

Int32
See Also