Qdv Constructor

Initializes a new instance of the Qdv class.
Public Sub New( _ 
ByVal qdvInstallPath As String
)
This language is not supported or no code example is available.
public Qdv( 
string qdvInstallPath 
)
This language is not supported or no code example is available.

Parameters

qdvInstallPath
string

The full path to the QDV installation folder. May be null reference (Nothing in Visual Basic) or an empty string if QDV is in the startup path of the calling client. But in most cases, QDV is installed in another folder. You can set it here.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition