Image Properties
Aspose.Note for .Net
Image Properties |
The Image type exposes the following members.
| Name | Description | |
|---|---|---|
| Alignment |
Gets or sets the alignment.
| |
| AlternativeText |
Gets or sets an alternative text for the image.
| |
| Bytes |
Gets the image data store.
| |
| Document |
Gets the document of the node.
(Inherited from Node.) | |
| Extension |
Gets the extension.
| |
| FileName |
Gets the file name.
| |
| FilePath |
Gets the path to the image file.
| |
| Height |
Gets or sets the height. This is the real height of the image in the MS OneNote document.
| |
| HorizontalOffset |
Gets or sets the horizontal offset.
| |
| HyperlinkUrl |
Gets or sets the hyperlink associated with the image.
| |
| IsComposite |
Gets a value indicating whether this node is composite. If true the node can have child nodes.
(Inherited from Node.) | |
| LastModifiedTime |
Gets or sets last modified time.
| |
| NextSibling |
Gets the next node at the same node tree level.
(Inherited from Node.) | |
| NodeType |
Gets the node type.
(Inherited from Node.) | |
| OriginalHeight |
Gets the original height. This is the original width of the image, before resizing.
| |
| OriginalWidth |
Gets the original width. This is the original width of the image, before resizing.
| |
| ParentNode |
Gets the parent node.
(Inherited from Node.) | |
| PreviousSibling |
Gets the previous node at the same node tree level.
(Inherited from Node.) | |
| Tags |
Gets the list of tags of an image.
| |
| VerticalOffset |
Gets or sets the vertical offset.
| |
| Width |
Gets or sets the width. This is the real width of the image in the MS OneNote document.
|