FoxitPDFSDKforWeb  v10.0.0
Foxit PDF SDK for Web
AlertOptions Interface Reference

An interface represents all options of alert callback. More...

Public Attributes

string cMsg
 The message string to be displayed in the dialog.
 
string cTitle
 The title of the dialog.
 
number nIcon
 Icon type. It would be one of following values: More...
 
number nType
 Type of button group. It would be one of following values: More...
 

Detailed Description

An interface represents all options of alert callback.

Since
7.6.0

Member Data Documentation

◆ nIcon

number AlertOptions::nIcon

Icon type. It would be one of following values:

  • 0: Error;(default value.)
  • 1: Warning;
  • 2: Question;
  • 3: Status;

◆ nType

number AlertOptions::nType

Type of button group. It would be one of following values:

  • 0: OK;(default value.)
  • 1: OK; Cancel
  • 2: Yes, NO;
  • 3: Yes, NO, Cancel;

Foxit Software Corporation Logo
@2024 Foxit Software Incorporated. All rights reserved.