Show / Hide Table of Contents

Interface AddPageDialogFragment.IOnCreateNewDocumentListener

Namespace: pdftron.PDF.Controls
Assembly: PDFViewCtrlTools.dll
Syntax
public interface IOnCreateNewDocumentListener

Methods

OnCreateNewDocument(PDFDoc, String)

Declaration
void OnCreateNewDocument(PDFDoc pdfDoc, string title)
Parameters
Type Name Description
pdftronprivate.PDF.PDFDoc pdfDoc
System.String title
In This Article
Back to top Generated by DocFX