PDFView4NET WPF Edition
CalculateAction Property




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

Property Value

A O2S.Components.PDFView4NET.Actions.PDFJavaScriptAction object specifying the action to be executed for calculating the field value.
Remarks
This property specifies a JavaScript action to be performed to recalculate the value of this field when that of another field changes.
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