Interface IComplexCodetext

Interface IComplexCodetext

Nama dari : Aspose.BarCode.ComplexBarcode Perhitungan: Aspose.BarCode.dll (25.4.0)

Interface untuk codetext kompleks yang digunakan dengan ComplexBarcodeGenerator.

public interface IComplexCodetext

Methods

GetBarcodeType()

Dapatkan jenis barcode.

BaseEncodeType GetBarcodeType()

Returns

BaseEncodeType

Jenis Barcode

GetConstructedCodetext()

Konstruksi kode untuk kode bar yang kompleks

string GetConstructedCodetext()

Returns

string

Konstruksi kode

InitFromString(String)

Inicialisasi contoh dengan codetext yang dibangun.

void InitFromString(string constructedCodetext)

Parameters

constructedCodetext string

Konstruksi kode teks.

 Indonesia