Aspose::Page::XPS::Presentation::XpsPresenter class
Contents
[
Hide
]XpsPresenter class
class XpsPresenter : public Aspose::Page::XPS::Presentation::XpsBasePresenter,
public Aspose::Pipeline::ISupplyNode<System::SharedPtr<Aspose::Rendering::ApsPage>>
Methods
Method | Description |
---|---|
get_MaxThreadsCount() override | The maximum number of threads that can be run for the node. |
get_OutputPipe() override | The pipe to put APS pages to. |
RegisterNodeThread(int32_t) override | Registers parent-child relationship between the pipeline and the node threads. |
Run() override | The method which performs APS pages vertical flip when run by a pipeline. |
set_OutputPipe(System::SharedPtr<Aspose::Pipeline::Pipe<System::SharedPtr<Aspose::Rendering::ApsPage>>>) override | The pipe to put APS pages to. |
SetTemplateWeakPtr(uint32_t) override | Set n’th template argument a weak pointer (rather than shared). Allows switching pointers in containers to weak mode. |
XpsPresenter(System::SharedPtr<XpsDocument>, System::SharedPtr<Device>, System::SharedPtr<SaveOptions>) |
See Also
- Class XpsBasePresenter
- Namespace Aspose::Page::XPS::Presentation
- Library Aspose.Page for C++