Image Class

Aspose.Note for .NET API

Image Class

Represents an Image.
Inheritance Hierarchy
SystemObject  Aspose.NoteNode
    Aspose.NoteImage

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
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.

Constructors
  NameDescription
Public methodImage(Document, String)
Initializes a new instance of the Image class.
Public methodImage(Document, String, String, Stream)
Initializes a new instance of the Image class.
Top
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
Methods
  NameDescription
Public methodAccept
Accepts the visitor of the node.
(Overrides NodeAccept(DocumentVisitor).)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also