Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Layout Namespace / LayoutRect Class / AppendMaxBottom Method / AppendMaxBottom(Contour,ContourPosition) Method
The referenced Contour.
The position of anchor for the contour constraint.

In This Topic
    AppendMaxBottom(Contour,ContourPosition) Method
    In This Topic
    Adds a MaxBottom constraint relative to contour.
    Syntax
    'Declaration
     
    Public Overloads Function AppendMaxBottom( _
       ByVal contour As Contour, _
       ByVal contourPosition As ContourPosition _
    ) As ContourConstraint
    public ContourConstraint AppendMaxBottom( 
       Contour contour,
       ContourPosition contourPosition
    )

    Parameters

    contour
    The referenced Contour.
    contourPosition
    The position of anchor for the contour constraint.

    Return Value

    New constraint just added.
    See Also