LEADTOOLS Windows Forms (Leadtools.WinForms assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
RasterImageListItem Class Members
See Also  Properties  Methods 
Leadtools.WinForms Namespace : RasterImageListItem Class

The following tables list the members exposed by RasterImageListItem.

Public Constructors

 NameDescription
public Constructor RasterImageListItem ConstructorOverloaded.   
Top

Public Properties

 NameDescription
public Property FileNameGets or sets the file name of the item.  
public Property FilePageNumberGets the file page number for the RasterImageListItem if this item represent a single page is a multi page file.  
public Property FileTotalPagesGets the total number of pages a multi page file.  
public Property ImageThe image associated with this RasterImageListItem object.  
public Property ImageListGets the RasterImageList control that contains this item.  
public Property PageImage page number to display.  
public Property SelectedGets or sets a value indicating whether this RasterImageListItem is selected.  
public Property TagGets or sets the object that contains data about this RasterImageListItem.  
public Property TextGets or sets the text of the item.  
Top

Public Methods

 NameDescription
public Method InvalidateRedraws the item and causes a paint message to be sent to the RasterImageList control that owns this item.  
Top

See Also