Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Layout Namespace / LayoutHost Class / LayoutHost Constructor
The object that contains data about the LayoutHost.

In This Topic
    LayoutHost Constructor
    In This Topic
    Initializes a new instance of the LayoutHost object.
    Syntax
    'Declaration
     
    Public Function New( _
       Optional ByVal tag As System.Object _
    )
    public LayoutHost( 
       System.object tag
    )

    Parameters

    tag
    The object that contains data about the LayoutHost.
    See Also