Show / Hide Table of Contents

Class AddPageDialogFragment.CreateNewDocumentEventArgs

Inheritance
System.Object
AddPageDialogFragment.CreateNewDocumentEventArgs
Namespace: pdftron.PDF.Controls
Assembly: PDFViewCtrlTools.dll
Syntax
public class CreateNewDocumentEventArgs : EventArgs

Constructors

CreateNewDocumentEventArgs(PDFDoc, String)

Declaration
public CreateNewDocumentEventArgs(PDFDoc pdfDoc, string title)
Parameters
Type Name Description
pdftronprivate.PDF.PDFDoc pdfDoc
System.String title

Properties

PdfDoc

Declaration
public PDFDoc PdfDoc { get; }
Property Value
Type Description
pdftronprivate.PDF.PDFDoc

Title

Declaration
public string Title { get; }
Property Value
Type Description
System.String
In This Article
Back to top Generated by DocFX