Document Solutions for PDF
DS.Documents.Imaging Assembly / GrapeCity.Documents.Layout.Composition Namespace / Layer Class / CreateSubView Method / CreateSubView(Single,Single) Method
The width of the GrapeCity.Documents.Layout.LayoutView rectangle.
The height of the GrapeCity.Documents.Layout.LayoutView rectangle.

In This Topic
    CreateSubView(Single,Single) Method
    In This Topic
    Creates a nested View object and adds it on top of other nested layers.
    Syntax
    'Declaration
     
    Public Overloads Function CreateSubView( _
       ByVal width As System.Single, _
       ByVal height As System.Single _
    ) As View
    public View CreateSubView( 
       System.float width,
       System.float height
    )

    Parameters

    width
    The width of the GrapeCity.Documents.Layout.LayoutView rectangle.
    height
    The height of the GrapeCity.Documents.Layout.LayoutView rectangle.
    See Also