Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

OneNote.Interfaces.ImageUpdateData interface

Package:
onenote

An interface for updating data on the Image object, for use in image.set({ ... }).

Remarks

Used by

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

API set: OneNoteApi 1.1

height

Gets or sets the height of the Image layout.

height?: number;

Property Value

number

Remarks

API set: OneNoteApi 1.1

hyperlink

Gets or sets the hyperlink of the Image.

hyperlink?: string;

Property Value

string

Remarks

API set: OneNoteApi 1.1

width

Gets or sets the width of the Image layout.

width?: number;

Property Value

number

Remarks

API set: OneNoteApi 1.1


Feedback

Was this page helpful?