Interface IComplexCodetext
Interface IComplexCodetext
Namespace: Aspose.BarCode.ComplexBarcode
Assembly: Aspose.BarCode.dll (25.1.0)
ComplexBarcodeGeneratorで使用される複雑なコーディングテキストのインターフェース。
public interface IComplexCodetext
メソッド
GetBarcodeType()
バーコードの種類を取得します。
BaseEncodeType GetBarcodeType()
戻り値
バーコードの種類。
GetConstructedCodetext()
複雑なバーコードのためのコーディングテキストを構築します。
string GetConstructedCodetext()
戻り値
構築されたコーディングテキスト。
InitFromString(string)
構築されたコーディングテキストでインスタンスを初期化します。
void InitFromString(string constructedCodetext)
パラメータ
constructedCodetext
string
構築されたコーディングテキスト。