Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Reset Method
See Also 
Leadtools.Codecs Namespace > CodecsLoadOptions Class : Reset Method



Resets this instance of CodecsLoadOptions to the default values.

Syntax

Visual Basic (Declaration) 
Public Sub Reset() 
Visual Basic (Usage)Copy Code
Dim instance As CodecsLoadOptions
 
instance.Reset()
C# 
public void Reset()
C++/CLI 
public:
void Reset(); 

Example

For an example, refer to CodecsOptions.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also