Accusoft.ImagXpress13.Net
DebugLogFile Property




The filename and path of the debug log file.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Property DebugLogFile As String
'Usage
 
Dim instance As ImagXpress
Dim value As String
 
instance.DebugLogFile = value
 
value = instance.DebugLogFile
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public string DebugLogFile {get; set;}
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public: __property string* get_DebugLogFile();
public: __property void set_DebugLogFile( 
   string* value
);
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public:
property String^ DebugLogFile {
   String^ get();
   void set (    String^ value);
}
Remarks

This property allows you to control the location of the debug log file.

The default value is "[Temp Files]\ImagXpress13.log".

Valid values are any valid filename.

The default value for this property is suitable for interactive use. If you are using the component in a service or other type of system that runs in the background, you should set the filename to a more suitable value.

Note: This property will have no effect if you set the Debug property to false.

See Also

Reference

ImagXpress Class
ImagXpress Members
Debug Property

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback