ASP.NET Core MVC コントロールヘルプ
Code128CodeSet 列挙体

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc 名前空間 : Code128CodeSet 列挙体
Defines which code set is used to create Code128.
シンタックス
'宣言
 
Public Enum Code128CodeSet 
   Inherits System.Enum
public enum Code128CodeSet : System.Enum 
メンバ
メンバ解説
A128A (Code Set A) ? Uses ASCII characters 00 to 95 (0?9, A?Z and control codes), special characters, and FNC 1?4
Auto 
B128B (Code Set B) ? Uses ASCII characters 32 to 127 (0?9, A?Z, a?z), special characters, and FNC 1?4
C128C (Code Set C) ? Uses 00?99 (encodes two digits with a single code point) and FNC1
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Web.Mvc.Code128CodeSet

参照

C1.Web.Mvc 名前空間