public ExportPageOptions PageRangeOption {get; set;}
Public Property PageRangeOption As ExportPageOptions
public ExportPageOptions PageRangeOption {get; set;}
Public Property PageRangeOption As ExportPageOptions
Specify the collection of pages by choosing one of the ExportPageOption.
Supported options include: ExportAllPages = 0, ExportByPageRange = 4, ExportLastPage = 5, ExportOddPagesOnly = 6, ExportEvenPagesOnly = 7.
The Custom
option requires that you also set the CustomPages property.
Target Platforms: Windows 11, Windows 10