Show / Hide Table of Contents

Class PagesWillRotateArgsEventArgs

Inheritance
System.Object
PagesWillRotateArgsEventArgs
Namespace: pdftron.PDF.Tools
Assembly: Tools.dll
Syntax
public class PagesWillRotateArgsEventArgs : EventArgs

Constructors

PagesWillRotateArgsEventArgs(NSIndexSet)

Declaration
public PagesWillRotateArgsEventArgs(NSIndexSet pageNumbers)
Parameters
Type Name Description
Foundation.NSIndexSet pageNumbers

Properties

PageNumbers

Declaration
public NSIndexSet PageNumbers { get; set; }
Property Value
Type Description
Foundation.NSIndexSet
Back to top Generated by DocFX