SaveToFile
Document management
Description
Saves the selected document to a file on disk.
Syntax
Delphi
Function TPDFlib.SaveToFile(Const FileName: WideString): Integer;
ActiveX
Function PDFlib::SaveToFile(FileName As String) As Long
DLL
int DLSaveToFile(int InstanceID, const wchar_t * FileName);
Parameters
| FileName | The name of the file to create. |
|---|
Return values
| 0 | The file could not be created The file was created successfully |
|---|---|
| 1 |