Class HIBCLICComplexCodetext
Tên không gian: Aspose.BarCode.ComplexBarcode Tổng hợp: Aspose.BarCode.dll (25.4.0)
Khóa học cơ bản để mã hóa và giải mã văn bản tích hợp trong mã HIBC LIC.
public abstract class HIBCLICComplexCodetext : IComplexCodetext
Inheritance
object ← HIBCLICComplexCodetext
Derived
HIBCLICCombinedCodetext , HIBCLICPrimaryDataCodetext , HIBCLICSecondaryAndAdditionalDataCodetext
Implements
Thành viên thừa kế
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Examples
Mẫu này cho thấy làm thế nào để decode raw HIBC LIC codetext đến HIBCLICComplexCodetext ví dụ.
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
HIBCLICComplexThể loại()
protected HIBCLICComplexCodetext()
Properties
BarcodeType
HIBC LIC codetext có thể được mã hóa bằng cách sử dụng HIBCCode39LIC, HIBCCode128LIC, HIBCAztecLIC, HIBCDataMatrixLIC và HIBCQRLIC codetext.Giá trị mặc định: HIBCCode39LIC
public BaseEncodeType BarcodeType { get; set; }
Giá trị bất động sản
Methods
GetBarcodeType()
Có loại barcode.
public BaseEncodeType GetBarcodeType()
Returns
Loại Barcode
GetConstructedCodetext()
Xây dựng codetext
public abstract string GetConstructedCodetext()
Returns
Xây dựng codetext
InitFromString(String)
Bắt đầu ví dụ từ codetext được xây dựng.
public abstract void InitFromString(string constructedCodetext)
Parameters
constructedCodetext
string
Xây dựng codetext.