Sets the value of a print parameter. The print parameters are a set of global variables which are initialized to default values and can be set using SalPrtSetParmNum, retrieved using SalPrtGetParmNum or reinitialized using SalPrtSetParmDefaults.

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 PrtSetParmNum(
	SalNumber nParm,
	SalNumber nValue
)

Parameters

nParm
Type: PPJ.Runtime..::..SalNumber
A constant that represents the parameter to set; one of the PRT_* constants.
nValue
Type: PPJ.Runtime..::..SalNumber
The parameter value.

Return Value

bOk

See Also