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, wchar_t * FileName);

Parameters

FileNameThe name of the file to create.

Return values

0The file could not be created The file was created successfully
1