Method Open

Namespace TallComponents.PDF.JavaScript.Scripting
Class Doc

Opens the specified PDF document. Override this method to provide custom open functionality.

This method is used by by doc.insertPages and doc.replacePages to open the specified document. Overriding this method allows clients to control document opening via javascript.

Syntax

protected internal  Document  Open( String  path )

Returns

Document

A Document instance, or null.

Parameters


String path
A device-independent path to the PDF file. This path may be relative to the current document.