Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / InkShape Class / Content Property

In This Topic
    Content Property (InkShape)
    In This Topic
    Gets the System.Xml.XmlDocument of the ink shape content.
    Syntax
    'Declaration
     
    Public ReadOnly Property Content As System.Xml.XmlDocument
    public System.Xml.XmlDocument Content {get;}
    See Also