Image Class
Aspose.Note for .Net
Image Class |
Represents an Image.
Namespace: Aspose.Note
Assembly: Aspose.Note (in Aspose.Note.dll) Version: 18.1
public sealed class Image : Node, IPageChildNode, INode, IOutlineElementChildNode
Public NotInheritable Class Image Inherits Node Implements IPageChildNode, INode, IOutlineElementChildNode
public ref class Image sealed : public Node, IPageChildNode, INode, IOutlineElementChildNode
[<SealedAttribute>] type Image = class inherit Node interface IPageChildNode interface INode interface IOutlineElementChildNode end
The Image type exposes the following members.
| Name | Description | |
|---|---|---|
| Image(Document, String) |
Initializes a new instance of the Image class.
| |
| Image(Document, String, String, Stream) |
Initializes a new instance of the Image class.
|
| 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.
|
| Name | Description | |
|---|---|---|
| Accept |
Accepts the visitor of the node.
(Overrides NodeAccept(DocumentVisitor).) | |
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |