LEADTOOLS Multimedia (Leadtools.Multimedia assembly) Send comments on this topic. | Back to Introduction | Help Version 17.0.3.22
ResetToDefaults Method
See Also 
LTDVDWriter Namespace > ILTDvdWriter Interface : ResetToDefaults Method



Resets the DVD writer object to its defaults.

Syntax

Visual Basic (Declaration) 
<DispIdAttribute(14)>
Sub ResetToDefaults() 
Visual Basic (Usage)Copy Code
Dim instance As ILTDvdWriter
 
instance.ResetToDefaults()
C# 
[DispIdAttribute(14)]
void ResetToDefaults()
C++/CLI 
[DispIdAttribute(14)]
void ResetToDefaults(); 

Remarks

Call this method before calling any other methods or properties to make sure future ILTDVWriter objects behave the way they did when the application was written.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also