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

LEADTOOLS SDK Help   |       |    Show Table of Contents    |   

Add Property






Returns true if the file was successfully added to the RasterThumbnailBrowser; false otherwise.
Syntax
public bool Add {get; set;}
public:
property bool Add {
   bool get();
   void set (    bool value);
}
'Declaration
 
Public Property Add As Boolean
 
'Usage
 
Dim instance As RasterThumbnailBrowserAddFileEventArgs
Dim value As Boolean
 
instance.Add = value
 
value = instance.Add

Property Value

true if the file was successfully added to the RasterThumbnailBrowser; false otherwise.
Example
Refer to RasterThumbnailBrowser.
Requirements

Target Platforms

See Also

Reference

RasterThumbnailBrowserAddFileEventArgs Class
RasterThumbnailBrowserAddFileEventArgs Members

Error processing SSI file