@express-document-sdk / BitmapImage
Class: 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.
Accessors
height
• get
height(): number
Original height of the bitmap in pixels.
Returns
number
width
• get
width(): number
Original width of the bitmap in pixels.
Returns
number