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

In This Topic
    ClearGeneratedPages Method (SampleC1PrintDocument)
    In This Topic
    Clears the pages and other info created during document generation. This method does not clear the document structure/content though.
    Syntax
    'Declaration
     
    Public Sub ClearGeneratedPages() 
    public void ClearGeneratedPages()
    See Also