Aspose::Page::IMultiPageDevice class
IMultiPageDevice class
This interface contains methods for manipulating multi-paged device.
class IMultiPageDevice : public virtual System::Object
Methods
Method | Description |
---|---|
virtual ClosePage() | Makes necessary preparation of the device after page has been rendered. |
virtual get_CurrentPageNumber() | Current page number. |
virtual InitPageNumbers() | Initializes numbers of pages to output. |
virtual OpenPage(System::String) | Makes necessary preparation of the device before page rendering. |
virtual OpenPage(float, float) | Makes necessary preparation of the device before each page rendering. |
virtual UpdatePageParameters(System::SharedPtr<IMultiPageDevice>) | Updates page parameters from other multi-paged device. |
See Also
- Class Object
- Namespace Aspose::Page
- Library Aspose.Page for C++