API Reference
Class
OneNoteImage
An image placed on a page or in an outline.
Inheritance
- OneNoteBinaryElement
- OneNoteImage
Constructors
public OneNoteImage() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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 Hyperlink { get; set; } #Optional hyperlink associated with the image.
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.
Inherited Properties
public String FileName { get; set; } #Inherited from OneNoteBinaryElement
public String MediaType { get; set; } #Inherited from OneNoteBinaryElement
public OneNoteBinaryPayload Payload { get; set; } #Inherited from OneNoteBinaryElement
public OneNoteExtendedGuid Id { get; set; } #Inherited from OneNoteElement
public OneNoteLayout Layout { get; set; } #Inherited from OneNoteElement
public OneNoteAuthor Author { get; set; } #Inherited from OneNoteElement
public IList<OneNoteTag> Tags { get; } #Inherited from OneNoteElement
public IList<OneNoteOpaqueProperty> UnknownProperties { get; } #Inherited from OneNoteElement