VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.JavaScript Namespace / PdfJavaScriptActionExecutor Class / GetPaddedString(String,Int32) Method
Syntax Requirements SeeAlso
In This Topic
    GetPaddedString(String,Int32) Method (PdfJavaScriptActionExecutor)
    In This Topic
    Returns the padded string.
    Syntax
    'Declaration
    
    Protected Overridable Function GetPaddedString( _
    ByVal value
    The value.
    As System.String, _
    ByVal padding
    The padding.
    As System.Int32 _
    ) As System.String
    protected virtual System.String GetPaddedString(
    System.String value,
    System.Int32 padding
    )
    protected: virtual System.String GetPaddedString(
    System.String value,
    System.Int32 padding
    )
    protected:
    virtual System.String GetPaddedString(
    System.String value,
    System.Int32 padding
    )

    Parameters

    value
    The value.
    padding
    The padding.

    Return Value

    The padded string.
    Requirements

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

    See Also