OneNote.Interfaces.ImageUpdateData interface     
An interface for updating data on the Image object, for use in image.set({ ... }).
Properties
| description | Gets or sets the description of the Image. | 
| height | Gets or sets the height of the Image layout. | 
| hyperlink | Gets or sets the hyperlink of the Image. | 
| width | Gets or sets the width of the Image layout. | 
Property Details
description
Gets or sets the description of the Image.
description?: string;Property Value
string
Remarks
height
Gets or sets the height of the Image layout.
height?: number;Property Value
number
Remarks
hyperlink
Gets or sets the hyperlink of the Image.
hyperlink?: string;Property Value
string
Remarks
width
Gets or sets the width of the Image layout.
width?: number;Property Value
number