Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
UCDefault Property
See Also 
Leadtools.Codecs Namespace > CodecsExtension Structure : UCDefault Property



Reserved for internal use.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property UCDefault As Byte
Visual Basic (Usage)Copy Code
Dim instance As CodecsExtension
Dim value As Byte
 
value = instance.UCDefault
C# 
public byte UCDefault {get;}
C++/CLI 
public:
property byte UCDefault {
   byte get();
}

Return Value

Reserved for internal use.

Requirements

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

See Also