Trigger to execute the calculate actions in the value fields.

Namespace: TallComponents.PDF.Rasterizer
Assembly: TallComponents.PDF.Rasterizer (in TallComponents.PDF.Rasterizer.dll) Version: 3.0.72.2

Syntax

C#
public void Calculate()
Visual Basic
Public Sub Calculate

Remarks

This function forces to initialize the JavaScript engine as well, executing the document level JavaScript in the document.

The JavaScript engine is normally loaded lazy, and will be initialized when a Format field action is needed during the conversion only.

See Also