Gets the value of a print parameter.

Namespace: PPJ.Runtime
Assembly: PPJ.Runtime.2 (in PPJ.Runtime.2.dll) Version: 2.0.1044.0 (2.0.1044.5276)

Syntax

C#
public static SalBoolean PrtGetParmNum(
	SalNumber nParm,
	ref SalNumber nValue
)

Parameters

nParm
Type: PPJ.Runtime..::..SalNumber
The print parameter whose value you want; one of the PRT_* constants.
nValue
Type: PPJ.Runtime..::..SalNumber%

Return Value

bOk

See Also