Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.12.17
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;}
Managed Extensions for C++ 
public: __property byte get_UCDefault();
C++/CLI 
public:
property byte UCDefault {
   byte get();
}

Return Value

Reserved for internal use.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also