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 LongDLL
int DLSaveToFile(int InstanceID, 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 |