Accusoft.ThumbnailXpressSdk Namespace : ScrollItemsType Enumeration |
'Declaration Public Enum ScrollItemsType Inherits System.Enum
'Usage Dim instance As ScrollItemsType
public enum ScrollItemsType : System.Enum
__value public enum ScrollItemsType : public System.Enum
public enum class ScrollItemsType : public System.Enum
Member | Value | Description |
---|---|---|
ItemIndex | 5 | Thumbnails are to be scrolled to a specified item index position. |
LargeDecrease | 0 | Thumbnails are to be scrolled backward one page. |
LargeIncrease | 2 | Thumbnails are to be scrolled forward one page. |
SmallDecrease | 1 | Thumbnails are to be scrolled backward one row or column. |
SmallIncrease | 3 | Thumbnails are to be scrolled forward one row or column. |
ThumbPosition | 4 | Thumbnails are to be scrolled to a specified thumb position. |
System.Object
System.ValueType
System.Enum
Accusoft.ThumbnailXpressSdk.ScrollItemsType