IMultiPageDevice Interface

This interface contains methods for manipulating multi-paged device.

Namespace:  Aspose.Page
Assembly:  Aspose.Page (in Aspose.Page.dll) Version: 20.1.0.0 (20.1)
Syntax
public interface IMultiPageDevice

The IMultiPageDevice type exposes the following members.

Properties
  NameDescription
Public propertyCurrentPageNumber
Current page number.
Methods
  NameDescription
Public methodClosePage
Makes necessary preparation of the device after page has been rendered.
Public methodInitPageNumbers
Initializes numbers of pages to output.
Public methodOpenPage(String)
Makes necessary preparation of the device before page rendering.
Public methodOpenPage(Single, Single)
Makes necessary preparation of the device before each page rendering.
Public methodUpdatePageParameters
Updates page parameters from other multi-paged device.
See Also