List & Label .NET
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

    A string containing default settings for the issue range, for example "1,3-4,10-".

    PageRanges

    A string containing default settings for the range(s) like shown in the printer options dialog, for example "1,3-4,10-". Further variations are possible, e.g. "1,3,…" for uneven pages or "2,4,…" for every second page. When using "…" the pattern will be automatically continued accordingly.

    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 - 22H2), Windows 11 (22H2 - 25H2), Windows Server 2016 - 2025
    .NET: .NET Framework 4.8, .NET 8, .NET 9, .NET 10

    See Also