Interface IComplexCodetext

Interface IComplexCodetext

Namespace: Aspose.BarCode.ComplexBarcode
Assembly: Aspose.BarCode.dll (25.1.0)

ComplexBarcodeGenerator ile kullanılan karmaşık kod metni için arayüz.

public interface IComplexCodetext

Yöntemler

GetBarcodeType()

Barkod türünü alır.

BaseEncodeType GetBarcodeType()

Dönüş

BaseEncodeType

Barkod türü.

GetConstructedCodetext()

Karmaşık barkod için kod metnini oluşturur.

string GetConstructedCodetext()

Dönüş

string

Oluşturulmuş kod metni.

InitFromString(string)

Oluşturulmuş kod metni ile örneği başlatır.

void InitFromString(string constructedCodetext)

Parametreler

constructedCodetext string

Oluşturulmuş kod metni.

 Türkçe