menu

Document Processing

PageSelectedEventArgs Class - C# PDF Library API Reference | Syncfusion

    Show / Hide Table of Contents

    PageSelectedEventArgs Class

    Provides data for PageSelected event.

    Inheritance
    System.Object
    PageSelectedEventArgs
    Namespace: Syncfusion.Windows.PdfViewer
    Assembly: Syncfusion.PdfViewer.WPF.dll
    Syntax
    public class PageSelectedEventArgs : EventArgs

    Properties

    SelectedPages

    Gets the collection of pages which are selected in the organize pages window.

    Declaration
    public int[] SelectedPages { get; }
    Property Value
    Type
    System.Int32[]
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved