Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Layout Namespace / LayoutHost Class / PerformLayout Method

In This Topic
    PerformLayout Method (LayoutHost)
    In This Topic
    Recalculates the layout of all "dirty" LayoutRect objects in the LayoutHost.
    Syntax
    'Declaration
     
    Public Function PerformLayout() As System.Boolean
    public System.bool PerformLayout()

    Return Value

    true if successful, false if the width or height of any LayoutRect has become negative and the ThrowIfNotFit is false.
    See Also