GetTextStampOffsetUnits

 

Retrieves the used units for the Text Stamp or Text Watermark offset.

GetTextStampOffsetUnits (pDevMode As Long) As Long

 

Input value    - Handle to the BlackIceDEVMODE structure

Return value  - Text offset units. Possible values of the variable:
                               0: The offset unit is 0.1 * mm
                               1: The offset unit is 0.01 * inch
                               2: The offset unit is 1 pixel
 

 

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