Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Recognition.Structure Namespace / Element Class / GetFullType Method

In This Topic
    GetFullType Method
    In This Topic
    Builds and returns the dot-delimited full name of this element including all parent elements' names.

    The result looks like "xxx.yyy.Type".

    Syntax
    'Declaration
     
    Public Function GetFullType() As System.String
    public System.string GetFullType()
    See Also