Class HIBCLICComplexCodetext

Class HIBCLICComplexCodetext

Именује се: Aspose.BarCode.ComplexBarcode Асамблеја: Aspose.BarCode.dll (25.4.0)

Основна класа за кодирање и декодирање текста уграђеног у ХИБЦ ЛИЦ код.

public abstract class HIBCLICComplexCodetext : IComplexCodetext

Inheritance

object HIBCLICComplexCodetext

Derived

HIBCLICCombinedCodetext , HIBCLICPrimaryDataCodetext , HIBCLICSecondaryAndAdditionalDataCodetext

Implements

IComplexCodetext

Наслеђени чланови

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Examples

Овај узор показује како да декодирају сирови ХИБЦ ЛИЦ кодетекст на ХИБЦЛИЦКомплексКодетекст примјер.

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; }

Вредност имовине

BaseEncodeType

Methods

GetBarcodeType()

добија врсту баркода.

public BaseEncodeType GetBarcodeType()

Returns

BaseEncodeType

Тип баркода

GetConstructedCodetext()

Изградња кодетекста

public abstract string GetConstructedCodetext()

Returns

string

Конструисани кодекс

InitFromString(Стринг)

Иницијалише примјер из изграђеног кодетекста.

public abstract void InitFromString(string constructedCodetext)

Parameters

constructedCodetext string

Конструисани кодекс.

 Српски