Show / Hide Table of Contents

Class PageInsertionEventArgs

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

Constructors

PageInsertionEventArgs(Int32)

Declaration
public PageInsertionEventArgs(int pageNumber)
Parameters
Type Name Description
System.Int32 pageNumber

Properties

PageNumber

Declaration
public int PageNumber { get; set; }
Property Value
Type Description
System.Int32
Back to top Generated by DocFX