LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

FileName Property (RasterImageListItem)

Show in webframe





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:
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

See Also

Reference

RasterImageListItem Class
RasterImageListItem Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.