Show / Hide Table of Contents

Class ToolManager.NewFileSelectedFromToolEventArgs

Inheritance
System.Object
ToolManager.NewFileSelectedFromToolEventArgs
Namespace: pdftron.PDF.Tools
Assembly: PDFViewCtrlTools.dll
Syntax
public class NewFileSelectedFromToolEventArgs : EventArgs

Constructors

NewFileSelectedFromToolEventArgs(Boolean, String, Int32)

Declaration
public NewFileSelectedFromToolEventArgs(bool handled, string filePath, int pageNumber)
Parameters
Type Name Description
System.Boolean handled
System.String filePath
System.Int32 pageNumber

Properties

FilePath

Declaration
public string FilePath { get; }
Property Value
Type Description
System.String

Handled

Declaration
public bool Handled { get; set; }
Property Value
Type Description
System.Boolean

PageNumber

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