SetTIFFDLLName

Sets the TIFFDLLName member of the BlackIceDEVMODE. The TIFFDLLName member stores the name and path of the TIFF32.dll. This DLL encodes the TIFF files. The file is needed for TIFF output.

 

SetTIFFDLLName(stringtiffdll As String, pDevMode As Long) As Boolean;

 

Input value: stringtiffdll        - TIFFDLLName (string)

Input value: pDevMode       - handle to the BlackIceDEVMODE structure.

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