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

Show in webframe

Add Property






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

            

            
public:
property bool Add {
   bool get();
   void set (    bool value);
}

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