Saves the current output document with the given output format to the given file.
Declaration Syntax| C# | Visual Basic | Visual C++ |
public APLog Save( APDestinationFormat destFormat, string path )
Public Function Save ( _ destFormat As APDestinationFormat, _ path As String _ ) As APLog
public: APLog^ Save( APDestinationFormat destFormat, String^ path )
Parameters- destFormat (APDestinationFormat)
- Ouput format.
- path (String)
- Path to the output file.
Return ValueOperation log.
Assembly: Altsoft.Xml2PDF.Server (Module: Altsoft.Xml2PDF.Server)