Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / Metadata Class / GetXmlDocument Method

In This Topic
    GetXmlDocument Method
    In This Topic
    Gets the content of the current metadata as a System.Xml.XmlDocument.
    Syntax
    'Declaration
     
    Public Function GetXmlDocument() As System.Xml.XmlDocument
    public System.Xml.XmlDocument GetXmlDocument()

    Return Value

    An System.Xml.XmlDocument representing the current metadata.
    See Also