SetGDIPlusFileName
Description
Sets the path and filename of the GDI+ DLL (gdiplus.dll) used by the RenderDocumentToFile and DARenderPageToString functions. This can usually be left at the default, which means the DLL will most probably be stored in the Windows/System folder, but on webservers, etc. it may be necessary to store the file in a different location.
Syntax
Delphi
function TQuickPDF0813.SetGDIPlusFileName(DLLFileName: WideString): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::SetGDIPlusFileName(DLLFileName As String) As Long
DLL
int QuickPDFSetGDIPlusFileName(int InstanceID, wchar_t * DLLFileName)
Parameters
| DLLFileName | The path and file name of the GDI+ DLL, for example "c:\dlls\gdiplus.dll". |
Return values
| 0 | The specified file could not be found |
| 1 | The GDI+ DLL file name was set successfully |