ArcGIS Pro 3.5 API Reference Guide
ArcGIS.Desktop.Presentations Namespace / PresentationExportOptions Class / PageRangeOption Property

In This Topic
    PageRangeOption Property
    In This Topic
    Gets or sets the the page range option.
    Syntax
    public ExportPageOptions PageRangeOption {get; set;}
    Public Property PageRangeOption As ExportPageOptions
    Remarks

    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.

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.5 or higher.
    See Also