AttachedFile Properties

Aspose.Note for .NET API

AttachedFile Properties

The AttachedFile type exposes the following members.

Properties
  NameDescription
Public propertyAlignment
Gets or sets the alignment.
Public propertyBytes
Gets the binary data for an embedded file.
Public propertyDocument
Gets the document of the node.
(Inherited from Node.)
Public propertyExtension
Gets the extension of an embedded file.
Public propertyFileName
Gets the name of the embedded file.
Public propertyFilePath
Gets the path to the original file.
Public propertyHeight
Gets the original height of the embedded file icon.
Public propertyHorizontalOffset
Gets or sets the horizontal offset.
Public propertyIcon
Gets the binary data for the icon that is associated with the embedded file.
Public propertyIconExtension
Gets the extension of the icon.
Public propertyIsComposite
Gets a value indicating whether this node is composite. If true the node can have child nodes.
(Inherited from Node.)
Public propertyIsPrintout
Gets or sets a value indicating whether the view of the file is printout.
Public propertyIsSizeSetByUser
Gets or sets a value indicating whether the value of the size of the icon was explicitly updated by the user.
Public propertyLastModifiedTime
Gets or sets the last modified time.
Public propertyMaxHeight
Gets or sets the maximum height to display the embedded file icon.
Public propertyMaxWidth
Gets or sets the maximum width to display the embedded file icon.
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 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 attached file.
Public propertyText
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).
Public propertyVerticalOffset
Gets or sets the vertical offset.
Public propertyWidth
Gets the original width of the embedded file icon.
Top
See Also