Error processing SSI file
LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

Show in webframe

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

Error processing SSI file