Property OnBeforeFormatting
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
OnBeforeFormatting
Gets or sets the PdfJavaScriptAction action to be performed before the control is formatted to display its current value.
public PdfJavaScriptAction? OnBeforeFormatting { get; set; }
Property Value
- PdfJavaScriptAction
The 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 the example of using JavaScript actions for control events.