PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.8 Assembly / C1.Win.C1Preview.Design Namespace / SampleC1PrintDocument Class / Reflow Method

In This Topic
    Reflow Method (SampleC1PrintDocument)
    In This Topic
    Reflows the current document. If a handler has been assigned to the C1.C1Preview.C1PrintDocument.GenerateDocument event, that handler is invoked. Otherwise, the C1.C1Preview.C1PrintDocument.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