combit List & Label 29 - .NET Help
combit.Reporting Namespace / LlPrintOptionString Enumeration


In This Topic
    LlPrintOptionString Enumeration
    In This Topic
    Enumeration of various print option strings.
    Syntax
    'Declaration
     
    
    Public Enum LlPrintOptionString 
       Inherits System.Enum
    public enum LlPrintOptionString : System.Enum 
    public enum class LlPrintOptionString : public System.Enum 
    Members
    MemberDescription
    Destination_Filename

    Is the default file name that the print should be saved to if "print to file" has been chosen.

    Export

    Returns the default export destination (for example "RTF", "HTML", "PDF", etc.) to be used (or shown in the print dialog).

    ExportDescriptionDescription for the export job.
    IssueRanges 
    PageRanges 
    PrintJobname

    You can set the job name to be used for the print spooler with this option. You need to set it before the print job starts (that is, before the first call to LlPrint()).

    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             combit.Reporting.LlPrintOptionString

    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