combit List & Label 29 - .NET Help
combit.Reporting Namespace / LlCore Class / LlPrintResetProjectState Method


In This Topic
    LlPrintResetProjectState Method
    In This Topic

    Resets the print state of the whole project, so that printing starts as if it was a new project.

    Syntax
    'Declaration
     
    
    Public Sub LlPrintResetProjectState() 
    public void LlPrintResetProjectState()
    public:
    void LlPrintResetProjectState(); 
    Remarks

    This API resets the print state of the whole project (objects, page numbers, user and sum variables etc). Can be used for mail merges: instead of closing the print job using LlPrintEnd Method and reopening another one, simply use this API to reset the whole print state.

    Requirements

    Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
    .NET: .NET Framework 4.8, .NET 6, .NET 7, .NET 8

    See Also