Image Class |
Namespace: Aspose.Note
The Image type exposes the following members.
| Name | Description | |
|---|---|---|
| Image(Document, String) |
Initializes a new instance of the Image class.
| |
| Image(Document, String, Stream) |
Initializes a new instance of the Image class.
|
| Name | Description | |
|---|---|---|
| Alignment |
Gets or sets the alignment.
| |
| AlternativeText | Obsolete.
Gets or sets an alternative text for the image.
| |
| AlternativeTextDescription |
Gets or sets a body an alternative text for the image.
| |
| AlternativeTextTitle |
Gets or sets a title of alternative text for the image.
| |
| Bytes |
Gets the image data store.
| |
| Document |
Gets the document of the node.
(Inherited from Node.) | |
| FileName |
Gets the file name.
| |
| FilePath |
Gets the path to the image file.
| |
| Format |
Gets the image's format.
| |
| 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.
| |
| IsBackground |
Gets whether the image is a background 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.
|
| Name | Description | |
|---|---|---|
| Accept |
Accepts the visitor of the node.
(Overrides NodeAccept(DocumentVisitor).) | |
| Equals | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |