Click or drag to resize

PdfJavaScript GetSimpleCalculateString Method

Get a AFSimple_Calculate string

Namespace: Spire.Pdf.Actions
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public static string GetSimpleCalculateString(
	string cFunction,
	params string[] cFields
)

Parameters

cFunction
Type: System String
Must be one of "AVG", "SUM", "PRD", "MIN", "MAX"
cFields
Type: System String
The name list of the fields to use in the calculation

Return Value

Type: String
See Also