Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Structure Namespace / StructElement Class / StructElement Constructor / StructElement Constructor(String)
The element's type.

In This Topic
    StructElement Constructor(String)
    In This Topic
    Initializes a new instance of the StructElement class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal type As System.String _
    )
    public StructElement( 
       System.string type
    )

    Parameters

    type
    The element's type.
    See Also