SaveToFile
Description
Saves the selected document to a file on disk.
Syntax
Delphi
function TQuickPDF0813.SaveToFile(FileName: WideString): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::SaveToFile(FileName As String) As Long
DLL
int QuickPDFSaveToFile(int InstanceID, wchar_t * FileName)
Parameters
| FileName | The name of the file to create. |
Return values
| 0 | The file could not be created |
| 1 | The file was created successfully |