Image Properties

Aspose.Note for .NET API

Image Properties

The Image type exposes the following members.

Properties
  NameDescription
Public propertyAlignment
Gets or sets the alignment.
Public propertyAlternativeText
Gets or sets an alternative text for the image.
Public propertyBytes
Gets the image data store.
Public propertyDocument
Gets the document of the node.
(Inherited from Node.)
Public propertyExtension
Gets the extension.
Public propertyFileName
Gets the file name.
Public propertyFilePath
Gets the path to the image file.
Public propertyHeight
Gets or sets the height. This is the real height of the image in the MS OneNote document.
Public propertyHorizontalOffset
Gets or sets the horizontal offset.
Public propertyHyperlinkUrl
Gets or sets the hyperlink associated with the image.
Public propertyIsComposite
Gets a value indicating whether this node is composite. If true the node can have child nodes.
(Inherited from Node.)
Public propertyLastModifiedTime
Gets or sets last modified time.
Public propertyNextSibling
Gets the next node at the same node tree level.
(Inherited from Node.)
Public propertyNodeType
Gets the node type.
(Inherited from Node.)
Public propertyOriginalHeight
Gets the original height. This is the original width of the image, before resizing.
Public propertyOriginalWidth
Gets the original width. This is the original width of the image, before resizing.
Public propertyParentNode
Gets the parent node.
(Inherited from Node.)
Public propertyPreviousSibling
Gets the previous node at the same node tree level.
(Inherited from Node.)
Public propertyTags
Gets the list of tags of an image.
Public propertyVerticalOffset
Gets or sets the vertical offset.
Public propertyWidth
Gets or sets the width. This is the real width of the image in the MS OneNote document.
Top
See Also