Altsoft Xml2PDF Server Library

APDestination.CreatePS Method (Stream, Boolean, APConfig)

Creates new PostScript destination document.

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

Parameters

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

Return Value

New PostScript APDestination instance.

See Also

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