List & Label .NET
combit.Reporting Namespace / LlOptionString Enumeration


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

    The file name extension (‘Extension’) of the printer definition (P file) of an file card project. FileExtension.SetFileExtension is available for this purpose.

    Default setting: ‘crp’.

    Card_ProjectDescription

    Use this parameter to set the description of the corresponding project types. This description is displayed in the file type combobox of the load and save dialogs.

    Card_ProjectFileExtension

    The file extension for a file card project. FileExtension.SetFileExtension is available for this purpose.

    Default: "crd".

    Card_SketchFileExtension

    The file extension for the bitmap of a file card project that will be shown in the File Open dialog. FileExtension.SetFileExtension is available for this purpose.

    Default "crv".

    Currency

    This represents the string that is used as currency symbol in the fstr$() function. The default is the value of the user settings in the system, but will be set to the respective locale value on LL_OPTION_LCID.

    Decimal

    This represents the string that is used as decimal char in the fstr$() function. The default is the value of the user settings in the system, but will be set to the respective locale value on LL_OPTION_LCID.

    DefaultDefaultFont

    Sets the font to be used as default for the project font. The parameter must have the following format:

    "{(R,G,B),H,L}"

    R = Red intensity, G = Green intensity, B = Blue intensity

    H = Height in points, L = comma separated fields of the LOGFONT structure (See SDK)

    This DEFDEFFONT can be set using LL_OPTION_DEFDEFFONT as handle.

    DefaultDesignScheme

    Sets the default design scheme for the project.. Default: empty (or value "combit").

    The following values can be used:

    Value Meaning
    Antarctica Antarctica
    Artichoke Artichoke
    Blue Blue
    CityCruiser City Cruiser
    Classic Classic
    combit combit (Default)
    combit2 combit Pastel
    combit3 combit Pastel 2
    combitBlue combit Blue
    combitColorWheel combit Color Wheel
    combitGreen combit Green
    DeciduousTree Deciduous Tree
    DiscoPop Disco Pop
    Forester Forester
    GrayScale Gray Scale
    Green Green
    Hibernation Hibernation
    HotAirBalloon Hot Air Balloon
    InTheJungle In the Jungle
    IntoTheGreen Into the Green
    Oceanographer Meeresforscher
    OldTimes Old Times
    Poolside Poolside
    Red Red
    Remix Remix
    RetroForever Retro Forever
    SandyDesert Sandy Desert
    SummerDay Summer Day
    Summermist Summer Mist
    UnderWater Under Water
    USERDEFINED User-Defined

     

    EmbeddedExportFormats

    With this option you can embed different export formats in the preview in a multi-pass procedure so that they are also available in the viewer. Pass a semicolon-separated list of the desired formats, e.g. "DOCX;XLS". The blog article Export Files Directly From the Preview describes the procedure in detail.

    ExportFileList

    This is a read-only property. After LlPrintEnd(), you can use this function to get a list of files that have been created by the export process. The return value is a semicolon separated list of path names of the files. This list can be very large, so please allocate enough buffer and check the return value of LlSetOption() on the error value (LL_ERR_BUFFERTOOSMALL).

    Exports_Allowed

    This property can be used to restrict the output list presented to the user in the LlPrintOptionsDialog[Title]() dialog. Pass a semicolon separated list of allowed export IDs, see LL_OPTIONSTR_EXPORTS_AVAILABLE

    Exports_Available

    This is a read-only property. This function returns a semicolon separated list of all output media (usually "PRN;PRV;FILE" and the list of the export modules, if any loaded by LL_OPTIONSTR_LLXPATHLIST), for example "PRN;PRV;FILE;HTML;RTF"

     

    The following IDs are defined:

    Value Meaning
    PRN Printing to printer
    PRV Printing to Preview (file)
    FILE Printing to printer file

    ExportsAllowedInPreviewThis property can be used to restrict the list of possible output formats in the preview dialog. Pass a semicolon separated list of allowed export IDs, see LL_OPTIONSTR_EXPORTS_AVAILABLE.
    Fax_QueueName

    This option set a default value for the variables in the fax dialog (Project >
    Fax Variables). Any changes made by the user in the designer will override
    these values. When the project is being sent by fax, these expressions will be evaluated
    and used directly as parameters for the MS Fax module.
    As an alternative, these expressions are also available as variables
    (LL.Fax.xxxx) so that they can be placed on the project in a special format to
    be used by other fax drivers. For details, please look into the manual of the
    fax software.

    If these options are not set, and the user did not enter any expressions in the fax dialog, the FAX export module will not be available.

    Fax_RecipName

    This option set a default value for the variables in the fax dialog (Project >
    Fax Variables). Any changes made by the user in the designer will override
    these values. When the project is being sent by fax, these expressions will be evaluated
    and used directly as parameters for the MS Fax module.
    As an alternative, these expressions are also available as variables
    (LL.Fax.xxxx) so that they can be placed on the project in a special format to
    be used by other fax drivers. For details, please look into the manual of the
    fax software.

    If these options are not set, and the user did not enter any expressions in the fax dialog, the FAX export module will not be available.

    Fax_RecipNumber

    This option set a default value for the variables in the fax dialog (Project >
    Fax Variables). Any changes made by the user in the designer will override
    these values. When the project is being sent by fax, these expressions will be evaluated
    and used directly as parameters for the MS Fax module.
    As an alternative, these expressions are also available as variables
    (LL.Fax.xxxx) so that they can be placed on the project in a special format to
    be used by other fax drivers. For details, please look into the manual of the
    fax software.

    If these options are not set, and the user did not enter any expressions in the fax dialog, the FAX export module will not be available.

    Fax_SenderCompany

    This option set a default value for the variables in the fax dialog (Project >
    Fax Variables). Any changes made by the user in the designer will override
    these values. When the project is being sent by fax, these expressions will be evaluated
    and used directly as parameters for the MS Fax module.
    As an alternative, these expressions are also available as variables
    (LL.Fax.xxxx) so that they can be placed on the project in a special format to
    be used by other fax drivers. For details, please look into the manual of the
    fax software.

    If these options are not set, and the user did not enter any expressions in the fax dialog, the FAX export module will not be available.

    Fax_SenderDept

    This option set a default value for the variables in the fax dialog (Project >
    Fax Variables). Any changes made by the user in the designer will override
    these values. When the project is being sent by fax, these expressions will be evaluated
    and used directly as parameters for the MS Fax module.
    As an alternative, these expressions are also available as variables
    (LL.Fax.xxxx) so that they can be placed on the project in a special format to
    be used by other fax drivers. For details, please look into the manual of the
    fax software.

    If these options are not set, and the user did not enter any expressions in the fax dialog, the FAX export module will not be available.

    Fax_SenderName

    This option set a default value for the variables in the fax dialog (Project >
    Fax Variables). Any changes made by the user in the designer will override
    these values. When the project is being sent by fax, these expressions will be evaluated
    and used directly as parameters for the MS Fax module.
    As an alternative, these expressions are also available as variables
    (LL.Fax.xxxx) so that they can be placed on the project in a special format to
    be used by other fax drivers. For details, please look into the manual of the
    fax software.

    If these options are not set, and the user did not enter any expressions in the fax dialog, the FAX export module will not be available.

    HelpFileNameYou can use this function to force help filename, e.g. if you want to display your own help file.
    Index_PrinterSettingsFileExtension

    The file name extension (‘Extension’) of the printer definition (P file) of an index file project.

    Default setting: ‘idxp’.

    Index_ProjectDescription

    Use this parameter to set the description of the corresponding project types. This description is displayed in the file type combobox of the load and save dialogs.

    Index_ProjectFileExtension

    The file extension for an index file project.

    Default: "idx".

    Index_SketchFileExtension

    The file extension for the bitmap of an index file project that will be shown in the File Open dialog.

    Default: "idxv".

    Label_PrinterSettingsFileExtension

    The file name extension (‘Extension’) of the printer definition (P file) of a label file project. FileExtension.SetFileExtension is available for this purpose.

    Default: "lbp".

    Label_ProjectDescription

    Use this parameter to set the description of the corresponding project types. This description is displayed in the file type combobox of the load and save dialogs.

    Label_ProjectFileExtension

    The file extension for a label file project. FileExtension.SetFileExtension is available for this purpose.

    Default: "lbl".

    Label_SketchFileExtension

    The file extension for the bitmap of a label file project that will be shown in the File Open dialog. FileExtension.SetFileExtension is available for this purpose.

    Default "lbv".

    LegacyExportersAllowed

    The following formats are no longer supported and are only included for compatibility reasons. If you still want to use these formats, they can also be reactivated in semicolon-separated form.

    The following values can be used:

    Value Meaning
    HTML HTML-Format
    JQM HTML jQuery Mobile-Format

     

    LicensingInfo

    See LicensingInfo Property

    List_PrinterSettingsFileExtension

    The file name extension (‘Extension’) of the printer definition (P file) of an list file card project. FileExtension.SetFileExtension is available for this purpose.

    Default setting: ‘lsp.

    List_ProjectDescription

    Use this parameter to set the description of the corresponding project types. This description is displayed in the file type combobox of the load and save dialogs.

    List_ProjectFileExtension

    The file extension for a list file project. FileExtension.SetFileExtension is available for this purpose.

    Default: "lst".

    List_SketchFileExtension

    The file extension for the bitmap of a list file project that will be shown in the File Open dialog. FileExtension.SetFileExtension is available for this purpose.

    Default "lsv".

    LlFile_Description

    Sets the description for List & Label preview files for the save as dialog in the preview.

    LLXPathList

    This option defines the extension modules (LLX files) to be loaded. You must pass a list of file paths, separated by semicolons, of the extension modules you want to use in your application.

    By default, i.e. whenever opening a job or setting this option, the following extension modules are loaded automatically:

    • Chart-Object (OB)
    • Project Wizard (PW)
    • HTML-Object (HT)
    • Exporter (EX)
    • OLE-Object (OC)

    as well as in Professional and Enterprise Edition additionally

    • 2D-Barcodes (BC)

    These files are loaded from the List & Label DLL's path.

    You can use Wildcards to load multiple modules at once. To suppress the loading of a default extension, pass its file name preceeded by a "^", ex. "^<Name>.LLX". To suppress all default extensions, pass "^*" as first "filename".

    When this parameter is used for LlGetOptionString() you will get a semicolon separated list of available extension modules.

    If the debug mode is switched on, List & Label will issue the rules and tell you why which module has been loaded or unloaded.

    LogFilePathSets the path for the debug log file
    MailTo

    Can be used to preset the address of the recipient when sending the preview file from the preview. Multiple recipients can be separated by ";".

    MailTo_BCC

    Can be used to preset the address of a BCC recipient when sending the preview file from the preview. Multiple recipients can be separated by ";".

    MailTo_CC

    Can be used to preset the address of a CC recipient when sending the preview file from the preview. Multiple recipients can be separated by ";".

    MailTo_Subject

    Can be used to preset the subject when sending the preview file from the preview.

    NullValueCan be used to preset the representation for a NULL value at print time.
    Default value: empty("").
    PreviewFileName

    Can be used to preset the name for the preview file. By default, the files are created in the project files directory or an alternative directory (see LlPreviewSetTempPath()). The default file name is <Project file name>.LL. This option can be used to preset another name that replaces the <Project file name> part.

    ProjectPassword

    See ProjectPassword Property

    ReverseSide_PrinterSettingsFileExtension

    The file name extension (‘Extension’) of the printer definition (P file) of a reverse side file project.

    Default: "gtcp".

    ReverseSide_ProjectDescription

    Use this parameter to set the description of the corresponding project types. This description is displayed in the file type combobox of the load and save dialogs.

    ReverseSide_ProjectFileExtension

    The file extension for a reverse side file project.

    Default: "gtc".

    ReverseSide_SketchFileExtension

    The file extension for the bitmap of a reverse side file project that will be shown in the File Open dialog.

    Default: "gtcv".

    SaveAs_Path

    The passed parameter will be used as default path for "save as" from the preview. The path may contain path and filename.

    ShortDateFormat

    The string used to convert a date in a string in:

    date$(<Date>, "%x") and for automatic type conversion (LlExprEval(), Concat$())

    Format and Default: See Windows API GetLocaleInfo(LOCALE_USER_DEFAULT, LOCALE_SSHORTDATE,...)

    TableOfContents_PrinterSettingsFileExtension

    The file name extension (‘Extension’) of the printer definition (P file) of an index project.

    Default: "tocp".

    TableOfContents_ProjectDescription

    Use this parameter to set the description of the corresponding project types. This description is displayed in the file type combobox of the load and save dialogs.

    TableOfContents_ProjectFileExtension

    The file extension for a table of content file project.

    Default: "toc".

    TableOfContents_SketchFileExtension

    The file extension for the bitmap of a table of content file project that will be shown in the File Open dialog.

    Default: "tovc".

    Thousand

    This represents the string that is used as thousands separator in the fstr$() function. The default is the value of the user settings in the system, but will be set to the respective locale value on LL_OPTION_LCID.

    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             combit.Reporting.LlOptionString

    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