Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Layout Namespace / LayoutRect Class / AppendMaxHeight Method / AppendMaxHeight(Single) Method
The proposed maximum height.

In This Topic
    AppendMaxHeight(Single) Method
    In This Topic
    Adds a MaxHeight constraint.
    Syntax
    'Declaration
     
    Public Overloads Function AppendMaxHeight( _
       ByVal maxHeight As System.Single _
    ) As SizeConstraint
    public SizeConstraint AppendMaxHeight( 
       System.float maxHeight
    )

    Parameters

    maxHeight
    The proposed maximum height.

    Return Value

    New constraint just added.
    See Also