VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.JavaScriptApi Namespace / PdfJsUtil Class / printx(String,String) Method
Syntax Requirements SeeAlso
In This Topic
    printx(String,String) Method (PdfJsUtil)
    In This Topic
    Formats a source string, cSource, according to a formatting string, cFormat.
    Syntax
    'Declaration
    
    Public Function printx( _
    ByVal cFormat
    The formatting string to use.
    As System.String, _
    ByVal cSource
    The source string to use.
    As System.String _
    ) As System.String
    public System.String printx(
    System.String cFormat,
    System.String cSource
    )
    public: System.String printx(
    System.String cFormat,
    System.String cSource
    )
    public:
    System.String printx(
    System.String cFormat,
    System.String cSource
    )

    Parameters

    cFormat
    The formatting string to use.
    cSource
    The source string to use.

    Return Value

    The formatted string.
    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