Aspose::TeX::Presentation::Xps::XpsDevice class
Contents
[
Hide
]XpsDevice class
Implements the interface for outputting text and graphic content to XPS document.
class XpsDevice : public Aspose::TeX::Presentation::Device,
public Aspose::TeX::Presentation::IInteractiveDevice,
public Aspose::TeX::Presentation::IFragmentRasterizer
Methods
Method | Description |
---|---|
AddBookmark(System::String, System::Drawing::PointF) override | Adds the bookmark identified by the name. |
EndFragment() override | Ends a fragment to rasterize. |
get_PageCount() override | Gets the number of pages. |
StartFragment() override | Starts a fragment to rasterize. |
XpsDevice() | Creates a new instance. The output file will be written to the output working directory taking the job name as a file name. |
XpsDevice(System::SharedPtr<System::IO::Stream>) | Creates a new instance. The output file will be written to specified stream. |
See Also
- Class Device
- Class IInteractiveDevice
- Class IFragmentRasterizer
- Namespace Aspose::TeX::Presentation::Xps
- Library Aspose.TeX for C++