Altsoft Xml2PDF Server Library

APDestination.CreateXPS Method (Stream, Boolean, APConfig)

Creates new XPS destination document.

public static APDestination CreateXPS(
   Stream stream,
   bool ownsStream,
   APConfig config
);

Parameters

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

Return Value

New XPS APDestination instance.

See Also

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