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


In This Topic
    LlPrint Method
    In This Topic

    Output of all objects on the printer.

    Syntax
    'Declaration
     
    
    Public Function LlPrint() As Boolean
    public bool LlPrint()
    public:
    bool LlPrint(); 
    Remarks

    Normal objects and the header of a table object (see option LL_OPTION_DELAYTABLEHEADER) are printed. A table object has to be filled with calls of LlPrintFields() afterwards. LlPrint is responsible for a page break.

    Label/card projects: As long as LlPrint() returns False, LlPrint() must be called again, so objects that caused a page break have to be printed again on the next label /page.

    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