Class ScrollEventArgs
For displaying a paged document in the continuous scroll mode the paged document has to be split into a numbered sequence of tiles. The device requests either a tile with a specific number or a tile that corresponds to a page number of the paginated document.
Inheritance
System.Object
ScrollEventArgs
Namespace: Sig.DeviceAPI
Assembly: SigDeviceAPI.dll
Syntax
public class ScrollEventArgs : object
Fields
| Name | Description |
|---|---|
| IsPageNumber | Is true if the device requests a tile that corresponds to a page. |
| RequestedNumber | The requested tile or page number. |