Altsoft Xml2PDF Server Library

APDestination.Create Method (Stream, Boolean, APDestinationFormat)

Creates new destination document.

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

Parameters

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

Return Value

New APDestination instance.

See Also

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