menu

Document Processing

PageRotatedEventArgs Class - C# PDF Library API Reference | Syncfusion

    Show / Hide Table of Contents

    PageRotatedEventArgs Class

    EventArgs for rotated pages

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

    Properties

    RotatedPageCollection

    Returns Collection of pages which are rotated.

    Declaration
    public Dictionary<int, PdfPageRotateAngle> RotatedPageCollection { get; }
    Property Value
    Type
    System.Collections.Generic.Dictionary<System.Int32, PdfPageRotateAngle>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved