Accusoft.PdfXpressSdk Namespace > PdfXpress Class : Debug Property |
'Declaration <DescriptionAttribute("Toggles logging.")> <BrowsableAttribute(False)> <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> <CategoryAttribute("Debugging")> Public Property Debug As Boolean
[Description("Toggles logging.")] [Browsable(false)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [Category("Debugging")] public bool Debug {get; set;}
[Description("Toggles logging.")] [Browsable(false)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [Category("Debugging")] public: __property bool get_Debug(); public: __property void set_Debug( bool value );
[Description("Toggles logging.")] [Browsable(false)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [Category("Debugging")] public: property bool Debug { bool get(); void set ( bool value); }
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