cleandocs

@express-document-sdk / BitmapImage

Interface: BitmapImage

Represents a bitmap image resource. Use Editor.loadBitmapImage to create a BitmapImage, and then Editor.createImageContainer to display it in the document by creating a MediaContainerNode structure.

Properties

height

readonly height: number

Original height of the bitmap in pixels.


width

readonly width: number

Original width of the bitmap in pixels.