Class: RenderedImage

dto~ RenderedImage

This type represents a rendered image of a signature generated by a digitizer.

new RenderedImage()

Constructor, creates a new instance of this type.
Tutorials:

Members

data :string

A data url containing the encoded image.

height :number

The height in pixels of the rendered image.

type :string

The mime type of the image being returned.

width :number

The width in pixels of the rendered image.