Creates a document optimized for huge input documents.
Declaration Syntax| C# | Visual Basic | Visual C++ |
public APDestination CreateFastDestination( APDestinationFormat format, string outputPath, APLog log, APConfig config )
Public Function CreateFastDestination ( _ format As APDestinationFormat, _ outputPath As String, _ log As APLog, _ config As APConfig _ ) As APDestination
public: APDestination^ CreateFastDestination( APDestinationFormat format, String^ outputPath, APLog^ log, APConfig^ config )
Parameters- format (APDestinationFormat)
- Format of a new destination.
- outputPath (String)
- Output path for a new destination.
- log (APLog)
- Operation log.
- config (APConfig)
- Settings for a new destination.
Return ValueA new instance of APDestination.
RemarksThe logic behind its work is document saving page-by-page. Thus you should define the output format and stream beforehand.
Assembly: Altsoft.Xml2PDF.Server (Module: Altsoft.Xml2PDF.Server)