Altsoft Xml2PDF Server Library

APDestination.Create Method (Stream, Boolean, APDestinationFormat, APConfig)

Creates new destination document.

public static APDestination Create(
   Stream stream,
   bool ownsStream,
   APDestinationFormat outputFormat,
   APConfig config
);

Parameters

stream
Output stream for new destination document.
ownsStream
Indicates whether destination document owns the stream.
outputFormat
Destination format.
config
Destination configuration.

Return Value

New APDestination instance.

See Also

APDestination Class | Altsoft.Publisher Namespace | APDestination.Create Overload List