Accusoft.ThumbnailXpress6.Net
Debug Property




Gets and sets the on/off state of the logging system.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Property Debug As Boolean
'Usage
 
Dim instance As ThumbnailXpress
Dim value As Boolean
 
instance.Debug = value
 
value = instance.Debug
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public bool Debug {get; set;}
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public: __property bool get_Debug();
public: __property void set_Debug( 
   bool value
);
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public:
property bool Debug {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true to turn on the logging system. Otherwise, false is used.
Remarks

The default value is false.

See Also

Reference

ThumbnailXpress Class
ThumbnailXpress Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback