com.aspose.html.rendering.xps

Class XpsDevice

    • Constructor Detail

      • XpsDevice

        public XpsDevice(ICreateStreamProvider streamProvider)

        Initializes a new instance of the XpsDevice class.

        Parameters:
        streamProvider - The stream provider.
      • XpsDevice

        public XpsDevice(String file)

        Initializes a new instance of the XpsDevice class.

        Parameters:
        file - The output file name.
      • XpsDevice

        public XpsDevice(XpsRenderingOptions options,
                         String file)

        Initializes a new instance of the XpsDevice class by rendering options and output file name.

        Parameters:
        options - Rendering options.
        file - The output file name.
      • XpsDevice

        public XpsDevice(com.aspose.html.internal.ms.System.IO.Stream stream)

        Initializes a new instance of the XpsDevice class.

        Parameters:
        stream - The stream.
      • XpsDevice

        public XpsDevice(XpsRenderingOptions options,
                         com.aspose.html.internal.ms.System.IO.Stream stream)

        Initializes a new instance of the XpsDevice class by rendering options and output stream.

        Parameters:
        options - Rendering options.
        stream - The output stream.