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