[]
Represents an ink shape in a body content.
public class InkShape : ShapeBase, IBrowsable<InkShape>
Gets the System.Xml.XmlDocument of the ink shape content.
public XmlDocument Content { get; }
Gets or sets whether the ink is a comment or an annotation.
public bool IsComment { get; set; }
Gets the next ink shape.
public InkShape Next { get; }
Gets the previous ink shape.
public InkShape Previous { get; }