Interface IMultiPageDevice
IMultiPageDevice interface
This interface contains methods for manipulating multi-paged device.
public interface IMultiPageDevice
Properties
Methods
| Name | Description |
|---|
| ClosePage() | Makes necessary preparation of the device after page has been rendered. |
| InitPageNumbers() | Initializes numbers of pages to output. |
| OpenPage(string) | Makes necessary preparation of the device before page rendering. |
| OpenPage(float, float) | Makes necessary preparation of the device before each page rendering. |
| UpdatePageParameters(IMultiPageDevice) | Updates page parameters from other multi-paged device. |
See Also