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
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Sig.DeviceAPI
Assembly: SigDeviceAPI.dll
Syntax
public class ScrollEventArgs
Fields
Name | Description |
---|---|
IsPageNumber | Is true if the device requests a tile that corresponds to a page. |
RequestedNumber | The requested tile or page number. |