Aspose::TeX::Presentation::Xps::XpsDevice::XpsDevice constructor

XpsDevice::XpsDevice() constructor

Creates a new instance. The output file will be written to the output working directory taking the job name as a file name.

Aspose::TeX::Presentation::Xps::XpsDevice::XpsDevice()

See Also

XpsDevice::XpsDevice(System::SharedPtr<System::IO::Stream>) constructor

Creates a new instance. The output file will be written to specified stream.

Aspose::TeX::Presentation::Xps::XpsDevice::XpsDevice(System::SharedPtr<System::IO::Stream> stream)
ParameterTypeDescription
streamSystem::SharedPtr<System::IO::Stream>The stream to write the output file to.

See Also