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
- Class XpsDevice
- Namespace Aspose::TeX::Presentation::Xps
- Library Aspose.TeX for C++
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)
Parameter | Type | Description |
---|---|---|
stream | System::SharedPtr<System::IO::Stream> | The stream to write the output file to. |
See Also
- Typedef SharedPtr
- Class Stream
- Class XpsDevice
- Namespace Aspose::TeX::Presentation::Xps
- Library Aspose.TeX for C++