Document Members

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image

The Document type exposes the following members.

Constructors

  NameDescription
Public methodDocument
Constructs an empty Document.

Methods

  NameDescription
Public methodCancelRequest
Cancels outstanding requests that have been made for resources associated with the specified page.
Public methodLoadAsync
Initilizes a Document so that it can be used to load page canvases.
Public methodLoadCanvasAsync
Loads the canvas for a given page number.
Public methodLoadPartAsync
Loads the specified part. This is a low-level method that would not normally be used unless creating a custom document viewer with very specific loading requirements.
Public methodLoadThumbnailAsync
Loads a thumbnail image for a particular page.
Public methodPrint
Invokes the system's print dialog box, allowing the user to print the document.

Properties

  NameDescription
Public propertyBookmarks
The collection of bookmarks created when the Document is initilized.
Public propertyMetadata
The metadata associated with the document. Metadata contains information such as the document's author and creation date.
Public propertyPages
A collection PageInfo objects describing every page in the document.

See Also