PdfControl.OnBeforeFormatting Property

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: 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 Also