VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.JavaScriptApi Namespace / PdfJsApp Class / beep(Int32) Method
Syntax Remarks Requirements SeeAlso
In This Topic
    beep(Int32) Method (PdfJsApp)
    In This Topic
    Causes the system to play a sound.
    Syntax
    'Declaration
    
    Public Overridable Sub beep( _
    ByVal nType
    The sound type.
    As System.Int32 _
    )
    public virtual void beep(
    System.Int32 nType
    )
    public: virtual void beep(
    System.Int32 nType
    )
    public:
    virtual void beep(
    System.Int32 nType
    )

    Parameters

    nType
    The sound type.
    Remarks

    Values are associated with sounds as follows:
    0 - Error
    1 - Warning
    2 - Question
    3 - Status
    4 - Default (default value)

    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