ImageGear for .NET
OpenImages Property (FileOpeningEventArgs)




Gets or sets a value indicating whether images will be opened.
Syntax
'Declaration
 
Public Property OpenImages As Boolean
'Usage
 
Dim instance As FileOpeningEventArgs
Dim value As Boolean
 
instance.OpenImages = value
 
value = instance.OpenImages
public bool OpenImages {get; set;}
public: __property bool get_OpenImages();
public: __property void set_OpenImages( 
   bool value
);
public:
property bool OpenImages {
   bool get();
   void set (    bool value);
}

Property Value

Boolean value.
Remarks
Defaults to true.
See Also

Reference

FileOpeningEventArgs Class
FileOpeningEventArgs Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback