SetPaperHeightInPixel

Sets the PaperHeightInPixels member of the BlackIceDEVMODE. Sets the value of the 'Paper Height' edit box.

This method is for internal use, please use the SetPaperLength method instead.

SetPaperHeightInPixel(paperheight As Long, pBlackIceDEVMODE As Long) As Boolean

 

Input value: paperheight                 - paper height in pixels.

Input value: pBlackIceDEVMODE - handle to the BlackIceDEVMODE.

Return value - TRUE if the member was successfully set, otherwise FALSE.

 

NOTE: For 32-bit applications , use pBlackIceDEVMODE as Integer, instead of Long.