LEADTOOLS Windows Forms (Leadtools.WinForms assembly)
LEAD Technologies, Inc

FileName Property (RasterImageListItem)






Gets or sets the file name of the item.
Syntax
public string FileName {get; set;}
'Declaration
 
Public Property FileName As String
'Usage
 
Dim instance As RasterImageListItem
Dim value As String
 
instance.FileName = value
 
value = instance.FileName
public string FileName {get; set;}
 get_FileName();
set_FileName(value);
public:
property String^ FileName {
   String^ get();
   void set (    String^ value);
}

Property Value

The file name associated with this RasterImageListItem object. The default value is null (Nothing in Visual Basic).
Remarks

The RasterThumbnailBrowser class uses this property to store the fully qualified file name for the items added as a result of calling RasterThumbnailBrowser.LoadThumbnails

The RasterImageList class does not use this property. However, you can use this property to set and get the file name when items are selected.

Example
For an example, refer to Image.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterImageListItem Class
RasterImageListItem Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.