VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.JavaScriptApi Namespace / PdfJsApp Class / getString(String,String) Method
Syntax Requirements SeeAlso
    getString(String,String) Method (PdfJsApp)
    Returns the string resource for specified key.
    Syntax
    'Declaration
    
    Public Overridable Function getString( _
    ByVal resourceName
    Name of the resource.
    As System.String, _
    ByVal key
    The key.
    As System.String _
    ) As System.String
     

    Parameters

    resourceName
    Name of the resource.
    key
    The key.

    Return Value

    String resource for specified key.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also