Click or drag to resize

PdfJavaScript GetRangeValidateString Method

Get a AFRange_Validate 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 GetRangeValidateString(
	bool bGreaterThan,
	float nGreaterThan,
	bool bLessThan,
	float nLessThan
)

Parameters

bGreaterThan
Type: System Boolean
Indicate the use of the greater than comparison
nGreaterThan
Type: System Single
The value to be used in the greater than comparison
bLessThan
Type: System Boolean
Indicate the use of the less than comparison
nLessThan
Type: System Single
The value to be used in the less than comparison

Return Value

Type: String
See Also