Class: PDFPageView

PDFPageView(options)

new PDFPageView(options)

Parameters:
Name Type Description
options PDFPageViewOptions
Implements:
Source:

Members

renderingId :string

- Unique ID for rendering queue.
Type:
  • string
Implements:
Source:

renderingState :RenderingStates

Type:
  • RenderingStates
Implements:
Source:

Methods

cancelRendering()

PLEASE NOTE: Most likely you want to use the `this.reset()` method, rather than calling this one directly.
Source:

draw() → {Promise}

Implements:
Source:
Returns:
Resolved on draw completion.
Type
Promise

setPageLabel(label)

Parameters:
Name Type Description
label string | null
Source: