Class HIBCLICComplexCodetext
Class HIBCLICComplexCodetext
名称: Aspose.BarCode.ComplexBarcode 合計: Aspose.BarCode.dll (25.4.0)
HIBC LIC コードに組み込まれたテキストを暗号化および解読するためのベースクラス。
public abstract class HIBCLICComplexCodetext : IComplexCodetext
Inheritance
object ← HIBCLICComplexCodetext
Derived
HIBCLICCombinedCodetext , HIBCLICPrimaryDataCodetext , HIBCLICSecondaryAndAdditionalDataCodetext
Implements
相続人
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Examples
このサンプルは、 HIBCLICComplexCodetext 例に原料の HIBC LIC コデテキストをデコードする方法を示しています。
using (BarCodeReader reader = new BarCodeReader(@"c:\test.png", DecodeType.HIBCAztecLIC))
{
foreach (BarCodeResult result in reader.ReadBarCodes())
{
HIBCLICComplexCodetext resultHIBCLICComplexCodetext = ComplexCodetextReader.TryDecodeHIBCLIC(result.CodeText);
Console.WriteLine("BarCode Type: " + resultMaxiCodeCodetext.GetBarcodeType());
Console.WriteLine("BarCode CodeText: " + resultMaxiCodeCodetext.GetConstructedCodetext());
}
}
Constructors
HIBCLICコンプレックスコード()
protected HIBCLICComplexCodetext()
Properties
BarcodeType
HIBC LIC コードテキストは HIBCCode39LIC、HiBCCode128LIC、HiBCAztecLIC、HiBCDataMatrixLIC、HiBCQRLIC コードタイプを使用して暗号化することができます。デフォルト値: HIBCCode39LIC
public BaseEncodeType BarcodeType { get; set; }
不動産価値
Methods
GetBarcodeType()
バーコードタイプです。
public BaseEncodeType GetBarcodeType()
Returns
バーコードタイプ
GetConstructedCodetext()
コードテキスト作成
public abstract string GetConstructedCodetext()
Returns
構築コードテキスト
InitFromString(ストレッチ)
構築されたコードテキストから例を開始します。
public abstract void InitFromString(string constructedCodetext)
Parameters
constructedCodetext
string
構築コードテキスト