Accusoft.PdfXpress7.Net
Debug Property




Controls whether the toolkit writes information to a debug log file or not.
Syntax
'Declaration
 
<CategoryAttribute("Debugging")>
<DescriptionAttribute("Toggles logging.")>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<BrowsableAttribute(False)>
Public Property Debug As Boolean
'Usage
 
Dim instance As PdfXpress
Dim value As Boolean
 
instance.Debug = value
 
value = instance.Debug
[Category("Debugging")]
[Description("Toggles logging.")]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[Browsable(false)]
public bool Debug {get; set;}
[Category("Debugging")]
[Description("Toggles logging.")]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[Browsable(false)]
public: __property bool get_Debug();
public: __property void set_Debug( 
   bool value
);
[Category("Debugging")]
[Description("Toggles logging.")]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[Browsable(false)]
public:
property bool Debug {
   bool get();
   void set (    bool value);
}
Remarks

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 ErrorLevel properties.

Default value: false

See Also

Reference

PdfXpress Class
PdfXpress Members
DebugLogFile Property
ErrorLevel Property

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback