Accusoft.ImagXpress13.Net
Debug Property




Gets and sets a flag to indicate if debug information is sent to a debug file.
Syntax
'Declaration
 
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<BrowsableAttribute(False)>
Public Property Debug As Boolean
'Usage
 
Dim instance As ImagXpress
Dim value As Boolean
 
instance.Debug = value
 
value = instance.Debug
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
public bool Debug {get; set;}
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
public: __property bool get_Debug();
public: __property void set_Debug( 
   bool value
);
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
public:
property bool Debug {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true to log data into the DebugLogFile. Otherwise, false is returned.
Remarks

The default value is false.

This property allows you to turn the debug log file on or off without changing any of the other debug settings. When this is true, the toolkit will write items to the debug log file, as specified by the DebugLogFile and DebugErrorLevel properties.

See Also

Reference

ImagXpress Class
ImagXpress Members
DebugLogFile Property

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback