WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PageRotatedEventArgs

    Show / Hide Table of Contents

    Class PageRotatedEventArgs

    EventArgs for rotated pages

    Inheritance
    System.Object
    System.EventArgs
    PageRotatedEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    System.Collections.Generic.Dictionary<System.Int32, PdfPageRotateAngle>
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved