Aspose.Note for .Net
AttachedFile Class |
Represents an attached file.

Namespace: Aspose.Note
Assembly: Aspose.Note (in Aspose.Note.dll) Version: 18.1

public class AttachedFile : Node, IPageChildNode, INode, IOutlineElementChildNode
Public Class AttachedFile Inherits Node Implements IPageChildNode, INode, IOutlineElementChildNode
public ref class AttachedFile : public Node, IPageChildNode, INode, IOutlineElementChildNode
type AttachedFile = class inherit Node interface IPageChildNode interface INode interface IOutlineElementChildNode end
The AttachedFile type exposes the following members.

Name | Description | |
---|---|---|
![]() | AttachedFile(Document, String) |
Initializes a new instance of the AttachedFile class.
|
![]() | AttachedFile(Document, String, Stream) |
Initializes a new instance of the AttachedFile class.
|
![]() | AttachedFile(Document, String, Stream, ImageFormat) |
Initializes a new instance of the AttachedFile class.
|
![]() | AttachedFile(Document, String, Stream, Stream, ImageFormat) |
Initializes a new instance of the AttachedFile class.
|

Name | Description | |
---|---|---|
![]() | Alignment |
Gets or sets the alignment.
|
![]() | Bytes |
Gets the binary data for an embedded file.
|
![]() | Document |
Gets the document of the node.
(Inherited from Node.) |
![]() | Extension |
Gets the extension of an embedded file.
|
![]() | FileName |
Gets the name of the embedded file.
|
![]() | FilePath |
Gets the path to the original file.
|
![]() | Height |
Gets the original height of the embedded file icon.
|
![]() | HorizontalOffset |
Gets or sets the horizontal offset.
|
![]() | Icon |
Gets the binary data for the icon that is associated with the embedded file.
|
![]() | IconExtension |
Gets the extension of the icon.
|
![]() | IsComposite |
Gets a value indicating whether this node is composite. If true the node can have child nodes.
(Inherited from Node.) |
![]() | IsPrintout |
Gets or sets a value indicating whether the view of the file is printout.
|
![]() | IsSizeSetByUser |
Gets or sets a value indicating whether the value of the size of the icon was explicitly updated by the user.
|
![]() | LastModifiedTime |
Gets or sets the last modified time.
|
![]() | MaxHeight |
Gets or sets the maximum height to display the embedded file icon.
|
![]() | MaxWidth |
Gets or sets the maximum width to display the embedded file icon.
|
![]() | NextSibling |
Gets the next node at the same node tree level.
(Inherited from Node.) |
![]() | NodeType |
Gets the node type.
(Inherited from Node.) |
![]() | 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 attached file.
|
![]() | Text |
Gets or sets the text representation of the embedded file. The string MUST NOT contain any characters of the value 10 (line feed) or 13 (carriage return).
|
![]() | VerticalOffset |
Gets or sets the vertical offset.
|
![]() | Width |
Gets the original width of the embedded file icon.
|

Name | Description | |
---|---|---|
![]() | Accept |
Accepts the visitor of the node.
(Overrides NodeAccept(DocumentVisitor).) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (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.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
