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

type of extension. See LlExtensionType

name of the extension ("HTML", "RTF", "PDF417", ...)

the name of the parameter



In This Topic
    LlXGetParameter Method
    In This Topic

    Gets parameters from a specific extension module.

    Syntax
    'Declaration
     
    
    Public Function LlXGetParameter( _
       ByVal extensionType As LlExtensionType, _
       ByVal extensionName As String, _
       ByVal name As String _
    ) As String

    Parameters

    extensionType

    type of extension. See LlExtensionType

    extensionName

    name of the extension ("HTML", "RTF", "PDF417", ...)

    name

    the name of the parameter

    Remarks

    The keys known by the extension modules are specific to them. Please refer to the documentation of the respective module.

    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