PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / ClearGeneratedPages Method

In This Topic
    ClearGeneratedPages Method (C1PrintDocument)
    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