API Reference

Class

OneNoteImage

Namespace OfficeIMO.OneNote
Assembly OfficeIMO.OneNote
Modifiers sealed

An image placed on a page or in an outline.

Inheritance

Constructors

public OneNoteImage() #

Properties

public override OneNoteElementKind Kind { get; } #
public String AltText { get; set; } #

Alternative text.

public String SourcePath { get; set; } #

Source path recorded by OneNote.

public String OcrText { get; set; } #

Optical-character-recognition text stored with the image.

public Nullable<UInt32> OcrLanguageId { get; set; } #

LCID used for image optical-character recognition.

public Nullable<UInt32> DisplayedPageNumber { get; set; } #

Displayed printout page number when the image represents a printed page.

public Nullable<Boolean> IsBackground { get; set; } #

Whether the image is directly placed as a page background.

public Nullable<Boolean> SizeSetByUser { get; set; } #

Whether the displayed size was explicitly selected by the user.

public Nullable<UInt32> UploadState { get; set; } #

Native upload-state value for source compatibility.

public Nullable<Double> WidthHalfInches { get; set; } #

Original image width in the half-inch increments used by the MS-ONE PictureWidth property.

public Nullable<Double> HeightHalfInches { get; set; } #

Original image height in the half-inch increments used by the MS-ONE PictureHeight property.