VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging Namespace / ImagingEnvironment Class / EnableDebugging Methods / EnableDebugging(String) Method
Syntax Exceptions Remarks Requirements SeeAlso
In This Topic
EnableDebugging(String) Method (ImagingEnvironment)
In This Topic
Enables the debugging.
Syntax
'Declaration

Public Overloads Shared Sub EnableDebugging( _
ByVal filename
A name of file, where debug information must be written.
As System.String _
)
public static void EnableDebugging(
System.String filename
)

Parameters

filename
A name of file, where debug information must be written.
Exceptions
ExceptionDescription
Thrown if file is not accessible.
Thrown if file does not have write access.
Thrown if debugging is already enabled.
Remarks

File must be accessible for writing.

Debug information is added to the file, file is not truncated.

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also