ImageGear Professional v18.2 > API Reference Guide > GUI Component API Reference > GUI Component Objects > IGGUITNItem Object |
Each IGGUITNItem object represents one of the thumbnail items displayed on the thumbnail browser. Your application can iterate through the collection of IGGUITNItems using the Item and Count properties of IGGUIThumbnailCtl Control. Some of the event handlers are passed IGGUITNItems (for instance, when someone clicks on a particular thumbnail item).
IIGGUITNItem extends IDispatch
Update Method | Updates changes that have been made on the single item without redrawing all thumbnail browser. |
ArtXPage Property | Reference to the annotation page object represented by thumbnail. |
BitDepth Property | Specifies a bit depth of the loaded image. |
Format Property | Identifies the format of the file used to load the thumbnail item. |
Highlighted Property | Specifies whether or not the item is to be highlighted. |
HighlightBackColor Property | Defines highlight back color for the particular item. |
HighlightForeColor Property | Defines highlight fore color for the particular item. |
ImageSize Property | Specifies a size of the loaded image. |
Location Property | Specifies an IGIOFile Object, IGIOMemory Object or IGIOURL Object that identifies the file from which this thumbnail item was derived. |
Page Property | Sets/returns IGPage object represented by thumbnail. |
PageNumber Property | For thumbnails generated from multi-page files, this is the zero-based page number. |
PrivateData Property | Pointer to user-created or user-destroyed data for the item. |
Selected Property | Specifies whether or not the item is selected. |
Title Property | Specifies the title to display for the thumbnail item. |
Thumbnail Property | Provides access to the bitmap created by the IGPageDisplay Object for the image. |