Reports for WPF
QRCode.EncodingEnum 列挙体

C1.WPF.C1Report.CustomFields.4 アセンブリ > C1.C1Report.CustomFields 名前空間 : QRCode.EncodingEnum 列挙体
Specifies the type of encoding to use (more flexible encodings consume more space).

For more details see C1.Win.C1BarCode.Encoding.

シンタックス
'宣言
 
Public Enum QRCode.EncodingEnum 
   Inherits System.Enum
public enum QRCode.EncodingEnum : System.Enum 
メンバ
メンバ解説
AlphaNumericEncode up to 395 alpha-numeric values. Alpha-numeric values include digits from 0 to 9, uppercase letters from A to Z, space, and the following additional characters: dollar, percentage, asterisk, plus, minus, slash, and colon ([0-9][A-Z][$%*+-./:]).
AutomaticSelect encoding automatically based on the content.
ByteEncode up to 271 bytes.
NumericEncode up to 652 numeric values.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.C1Report.CustomFields.QRCode.EncodingEnum

参照

C1.C1Report.CustomFields 名前空間