Click or drag to resize

IPDF_JSPLATFORM Class

class that provides functionality of JS PDF forms
Inheritance Hierarchy
SystemObject
  Patagames.PdfIPDF_JSPLATFORM

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public class IPDF_JSPLATFORM : IStaticCallbacks

The IPDF_JSPLATFORM type exposes the following members.

Constructors
 NameDescription
Public methodIPDF_JSPLATFORMInitializes a new instance of the IPDF_JSPLATFORM class
Top
Fields
 NameDescription
Public fieldapp_alert Application defined callback function. See app_alert_callback delegate for detail
Public fieldapp_beep Application defined callback function. See app_beep_callback delegate for detail
Public fieldapp_response Application defined callback function. See app_response_callback delegate for detail
Public fieldDoc_getFilePath Application defined callback function. See Doc_getFilePath_callback delegate for detail
Public fieldDoc_gotoPage Application defined callback function. See Doc_gotoPage_callback delegate for detail
Public fieldDoc_mail Application defined callback function. See Doc_mail_callback delegate for detail
Public fieldDoc_print Application defined callback function. See Doc_print_callback delegate for detail
Public fieldDoc_submitForm Application defined callback function. See Doc_submitForm_callback delegate for detail
Public fieldField_browse Application defined callback function. See Field_browse_callback delegate for detail
Public fieldVersion Version number of the interface. Currently must be 1.
Top
See Also