PrApi: SetPageLightV

SetPageLightV

Sets the number of document pages to capture and the needed lights for each page.

 Public Function SetPageLightV(
	  ByVal Lights As Variant ) As Boolean

Parameters

Lights
Array of light masks embedded in a variant structure where each 32 bit integer represents a page. The upper 8 bits represent the id of the object window. Each lower bit represents a light mask bit.

Return Values

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

Languages

[Visual Basic] Public Function SetPageLightV(ByVal Lights As Variant) As Boolean

[Delphi] function SetPageLightV(Lights: OleVariant): Boolean;

[C++] bool SetPageLightV(VARIANT lights);

Remarks

See Also

Class PrApi Overview PrApi Properties PrApi Methods SetPageLight SetProperty