Click or drag to resize

ImageSaveOptionsSelectedPages Property

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

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

Property Value

Int32
Remarks
Default value: .
See Also