Class InkDrawing
Contents
[
Hide
]InkDrawing class
Represents a ink node containing any drawn content.
public sealed class InkDrawing : InkNode, IPageChildNode
Properties
Name | Description |
---|---|
Document { get; } | Gets the document of the node. |
HorizontalOffset { get; set; } | Gets or sets the horizontal offset. |
virtual IsComposite { get; } | Gets a value indicating whether this node is composite. If true the node can have child nodes. |
NextSibling { get; } | Gets the next node at the same node tree level. |
NodeType { get; } | Gets the node type. |
ParentNode { get; } | Gets the parent node. |
PreviousSibling { get; } | Gets the previous node at the same node tree level. |
VerticalOffset { get; set; } | Gets or sets the vertical offset. |
Methods
Name | Description |
---|---|
override Accept(DocumentVisitor) | Accepts the visitor of the node. |
See Also
- class InkNode
- interface IPageChildNode
- namespace Aspose.Note
- assembly Aspose.Note