DocxSaveOptionsSelectedPages Property |
Gets or sets an array with pages to save (0-based index).
Setting
PageIndex or
PageCount properties are overrides
SelectedPages.
Namespace: SautinSoft.PdfAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntaxpublic int[] SelectedPages { get; set; }
Public Property SelectedPages As Integer()
Get
Set
Property Value
Int32
Remarks
Default value: .
See Also