GetBatesSetting

 

Gets specified Bates format settings from the registry.

 

GetBatesSetting(pDevMode As Long, iSetting As Long, pValueName As String, pValue As String) As String

 

Input value:pDevMode                    - handle to the BlackIceDEVMODE structure.

Input value: iSetting             - specifies the Bates format. This value must be greater than zero.

Input value: pValueName   - name of the required setting. Available values: Number of formats,
Name, Use prefix, Prefix, Start with, Transparent, Position, X Offset, Y Offset, Offset Unit, Rotation, Color, Font, Height, Font Width, Font Orientation, Font Escapement, Font Weight, Font Italic, Font Underline, Font Strikeout, Font Charset, Font Clipprecisions, Font Quality, Font Outprecisions, Font PinchAndFamily, Font Facename

Return value: - Required setting read from the registry.

 

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