SetXMLImageFormat

Sets the Image format used for the editable XML output.

Available values:

 

0: PNG

1: JPEG

2: GIF

3: BMP

 

SetXMLImageFormat (pBlackIceDEVMODE As Long, lImageFormat As Long) As Boolean

 

Input value    - pointer to the BlackIceDEVMODE structure.

                        - value of the new image format.

Return value - TRUE on success, otherwise FALSE.

 

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