Version

EciNumber Property

Each Extended Channel Interpretation (ECI) is designated by a six-digit assignment number: 000000 - 999999. The default value depends on the loaded encodings. The default is ECI 000003 (representing ISO/IEC 8859-1) if the ISO/IEC 8859-1 character set is loaded. Otherwise the default value is 000026 (representing UTF-8).
Syntax
'Declaration
 
Public Property EciNumber As System.Nullable(Of Integer)
public System.Nullable<int> EciNumber {get; set;}

Property Value

The eci number.
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub