Interface IPageChildNode
Interface IPageChildNode
Namespace: Aspose.Note
Assembly: Aspose.Note.dll (24.12.0)
The interface for all child nodes of a page node.
public interface IPageChildNode : INode
Implements
Properties
HorizontalOffset
Gets or sets the horizontal offset.
float HorizontalOffset { get; set; }
Property Value
VerticalOffset
Gets or sets the vertical offset.
float VerticalOffset { get; set; }