@express-document-sdk / 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.
• readonly height: number
Original height of the bitmap in pixels.
• readonly width: number
Original width of the bitmap in pixels.