PDFView4NET WinForms Edition
FormatAction Property




O2S.Components.PDFView4NET.Forms Namespace > PDFField Class : FormatAction Property
Gets or sets the JavaScript action to be executed for formating the field value.
Syntax
'Declaration
 
Public Property FormatAction As PDFJavaScriptAction
'Usage
 
Dim instance As PDFField
Dim value As PDFJavaScriptAction
 
instance.FormatAction = value
 
value = instance.FormatAction
public PDFJavaScriptAction FormatAction {get; set;}
public: __property PDFJavaScriptAction* get_FormatAction();
public: __property void set_FormatAction( 
   PDFJavaScriptAction* value
);
public:
property PDFJavaScriptAction^ FormatAction {
   PDFJavaScriptAction^ get();
   void set (    PDFJavaScriptAction^ value);
}

Property Value

A O2S.Components.PDFView4NET.Actions.PDFJavaScriptAction object specifying the action to be executed for formating the field value.
Remarks
This property specifies a JavaScript action to be performed before the field is formatted to display its current value. This action can modify the field’s value before formatting.
This action has no meaning for PDFPushButtonField, PDFCheckBoxField, PDFRadioButtonListField and PDFListBoxField fields.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFField Class
PDFField Members