SetBatesSetting

 

Sets specified Bates format settings in the registry.

 

SetBatesSetting(pDevMode As Long, iSetting As Long, pValueName As String, pValue As String) As Boolean

 

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

Input value: pValue - This value will be saved in the registry.

Return value: - TRUE on success, otherwise FALSE

 

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