 | PdfFieldLevelActionsFieldFormat Property |
Gets or sets the
PdfJavaScriptAction to be performed before the field is formatted to display its current value. This action can modify the field’s value before formatting.
Namespace:
Patagames.Pdf.Net.Actions
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
Syntaxpublic PdfJavaScriptAction FieldFormat { get; set; }
Public Property FieldFormat As PdfJavaScriptAction
Get
Set
public:
property PdfJavaScriptAction^ FieldFormat {
PdfJavaScriptAction^ get ();
void set (PdfJavaScriptAction^ value);
}
member FieldFormat : PdfJavaScriptAction with get, set
/** @property */
public PdfJavaScriptAction get_FieldFormat()
/** @property */
public void set_FieldFormat(PdfJavaScriptAction value)
function get_FieldFormat();
function set_FieldFormat(value);
Property Value
Type:
PdfJavaScriptAction
See Also