Gets or sets the
PdfJavaScriptAction action to be
performed before the control is formatted to display its current
value.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfJavaScriptAction OnBeforeFormatting { get; set; }
VB
Public Property OnBeforeFormatting As PdfJavaScriptAction
Get
Set
Property Value
Type:
PdfJavaScriptActionThe
PdfJavaScriptAction action to be
performed before the control is formatted to display its current
value.
Remarks
This action can modify the control's value before
formatting.
See Also