Accusoft.PdfXpressSdk Namespace > PdfXpress Class : DebugLogFile Property |
'Declaration <CategoryAttribute("Debugging")> <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> <DescriptionAttribute("The filename of the active debug log.")> <BrowsableAttribute(False)> Public Property DebugLogFile As String
'Usage Dim instance As PdfXpress Dim value As String instance.DebugLogFile = value value = instance.DebugLogFile
[Category("Debugging")] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [Description("The filename of the active debug log.")] [Browsable(false)] public string DebugLogFile {get; set;}
[Category("Debugging")] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [Description("The filename of the active debug log.")] [Browsable(false)] public: __property string* get_DebugLogFile(); public: __property void set_DebugLogFile( string* value );
[Category("Debugging")] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [Description("The filename of the active debug log.")] [Browsable(false)] public: property String^ DebugLogFile { String^ get(); void set ( String^ value); }
This property allows you to control the location of the debug log file.
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.
Valid value: Any valid filename.
Default value: "TEMP\PDFXpress7.log"
Note: This property will have no effect if you set the Debug property to false.