PrDoc: Save |
Saves a document to a mass storage device in the specific file format.
Public Function Save( ByVal filename As String, ByVal filetype As Long ) As Boolean
[Visual Basic] Public Function Save(ByRef filename As String, ByRef filetype As Long) As Boolean
[Delphi] function Save(filename: WideString; filetype: Integer): Boolean;
[C++] bool Save(BSTR filename,long filetype);
Class PrDoc Overview PrDoc Properties PrDoc Methods RuntimeConfig SaveToMem