Interface IComplexCodetext

Interface IComplexCodetext

名称: Aspose.BarCode.ComplexBarcode 合計: Aspose.BarCode.dll (25.4.0)

ComplexBarcodeGeneratorで使用される複雑なコードテキストのインターフェイス。

public interface IComplexCodetext

Methods

GetBarcodeType()

バーコードタイプです。

BaseEncodeType GetBarcodeType()

Returns

BaseEncodeType

バーコードタイプ

GetConstructedCodetext()

複雑なバーコードのためのコードテキストの構築

string GetConstructedCodetext()

Returns

string

構築コードテキスト

InitFromString(ストレッチ)

例を構築されたコードテキストでスタートさせます。

void InitFromString(string constructedCodetext)

Parameters

constructedCodetext string

構築コードテキスト

 日本語