Aspose::Page::XPS::Presentation::XpsPresenter class

XpsPresenter class

class XpsPresenter : public Aspose::Page::XPS::Presentation::XpsBasePresenter,
                     public Aspose::Pipeline::ISupplyNode<System::SharedPtr<Aspose::Rendering::ApsPage>>

Methods

MethodDescription
get_MaxThreadsCount() overrideThe maximum number of threads that can be run for the node.
get_OutputPipe() overrideThe pipe to put APS pages to.
RegisterNodeThread(int32_t) overrideRegisters parent-child relationship between the pipeline and the node threads.
Run() overrideThe method which performs APS pages vertical flip when run by a pipeline.
set_OutputPipe(System::SharedPtr<Aspose::Pipeline::Pipe<System::SharedPtr<Aspose::Rendering::ApsPage>>>) overrideThe pipe to put APS pages to.
SetTemplateWeakPtr(uint32_t) overrideSet 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