module:model/Page

module:model/Page

new module:model/Page()

Source:

Constructs a new Page.
Description of a page of a document.

Members

(inner) dpi :String

Source:

The number of dots per inch used for the page image.

Type:
  • String

(inner) errorDetails :module:model/ErrorDetails

Source:

Array or errors.

Type:

(inner) height :String

Source:

Height of the tab in pixels.

Type:
  • String

(inner) imageBytes :String

Source:
Type:
  • String

(inner) mimeType :String

Source:
Type:
  • String

(inner) pageId :String

Source:
Type:
  • String

(inner) sequence :String

Source:
Type:
  • String

(inner) width :String

Source:

Width of the tab in pixels.

Type:
  • String

Methods

(static) constructFromObject(data, obj) → {module:model/Page}

Source:

Constructs a Page from a plain JavaScript object, optionally creating a new instance.
Copies all relevant properties from data to obj if supplied or a new instance if not.

Parameters:
Name Type Description
data Object

The plain JavaScript object bearing properties of interest.

obj module:model/Page

Optional instance to populate.

Returns:

The populated Page instance.

Type
module:model/Page