PrApi: SetIntProperty

SetIntProperty

Sets the integer value of a property of the prapi module.

 Public Function SetIntProperty(
	  ByVal Name As String,
	  ByVal value As Long ) As Boolean

Parameters

Name
Name of the property. See the PrApi Reference Manual for detailed information about the available properties of the prapi module.
value
The new integer value of the property.

Return Values

On error false is returned and the error code and string of the control is set appropriately.

Languages

[Visual Basic] Public Function SetIntProperty(ByVal Name As String, ByVal value As Long) As Boolean

[Delphi] function SetIntProperty(const name: WideString; value: Integer): Boolean;

[C++] bool SetIntProperty(BSTR name, long value);

Remarks

See Also

Class PrApi Overview PrApi Properties PrApi Methods SelfTest SetPageLight