PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / Reflow Method

In This Topic
    Reflow Method (C1PrintDocument)
    In This Topic
    Reflows the current document. If a handler has been assigned to the GenerateDocument event, that handler is invoked. Otherwise, the Generate method is called.
    Syntax
    'Declaration
     
    Public Function Reflow() As Boolean
    public bool Reflow()

    Return Value

    True if no warnings occurred during document generation, false if there were warnings.
    See Also