ImageGear .NET
Skip Property (ImGearThumbnailBeforeLoadEventArgs)




Gets or sets a value indicating whether or not to load thumbnail into a control.
Syntax
'Declaration
 
Public Property Skip As Boolean
'Usage
 
Dim instance As ImGearThumbnailBeforeLoadEventArgs
Dim value As Boolean
 
instance.Skip = value
 
value = instance.Skip
public bool Skip {get; set;}
public: __property bool get_Skip();
public: __property void set_Skip( 
   bool value
);
public:
property bool Skip {
   bool get();
   void set (    bool value);
}

Property Value

Boolean value.
Remarks
Client should set this to true if there is no need to load thumbnail into a control.
See Also

Reference

ImGearThumbnailBeforeLoadEventArgs Class
ImGearThumbnailBeforeLoadEventArgs Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback