ComponentOne Studio Web API Edition
DataMatrixEcc200EncodingMode Enumeration

The enumeration of encoding char set under ECC200 mode.
Syntax
'Declaration
 
Public Enum DataMatrixEcc200EncodingMode 
   Inherits System.Enum
public enum DataMatrixEcc200EncodingMode : System.Enum 
Members
MemberDescription
ASCIIASCII.
AutoAuto. The encoding char set will be selected automatically to achieve a better compression efficiency.
Base256Base256.
C40C40.
EDIFACTEDIFACT. Only 63 EDIFACT characters are supported by this char set.
TextText.
X12X12. Only 40 X12 characters are supported by this char set.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Web.Api.BarCode.DataMatrixEcc200EncodingMode

Requirements

Target Platforms: 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

Reference

C1.Web.Api.BarCode Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.