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


LlPrintOptionString Enumeration
Enumeration of various print option strings.
Syntax
'Declaration
 
Public Enum LlPrintOptionString 
   Inherits 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 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
.NET: .NET Framework 4.8, .NET 6, .NET 8, .NET 9

See Also