Saves the current output document with the given output format to the given file.
Declaration Syntax| C# | Visual Basic | Visual C++ |
public void Save( APDestinationFormat destFormat, string path, APLog log, double weight )
Public Sub Save ( _ destFormat As APDestinationFormat, _ path As String, _ log As APLog, _ weight As Double _ )
public: void Save( APDestinationFormat destFormat, String^ path, APLog^ log, double weight )
Parameters- destFormat (APDestinationFormat)
- Ouput format.
- path (String)
- Path to the output file.
- log (APLog)
- Operation log.
- weight (Double)
- The weight of the 'Save' operation in current log stage.
Assembly: Altsoft.Xml2PDF.Server (Module: Altsoft.Xml2PDF.Server)