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
하이블리크 컴플렉스()
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
설계된 코드텍스트