Interface IComplexCodetext

Interface IComplexCodetext

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

อินเตอร์เฟซสำหรับ codetext ที่ซับซ้อนซึ่งใช้กับ ComplexBarcodeGenerator.

public interface IComplexCodetext

วิธีการ

GetBarcodeType()

รับประเภทบาร์โค้ด.

BaseEncodeType GetBarcodeType()

คืนค่า

BaseEncodeType

ประเภทบาร์โค้ด.

GetConstructedCodetext()

สร้าง codetext สำหรับบาร์โค้ดที่ซับซ้อน

string GetConstructedCodetext()

คืนค่า

string

codetext ที่สร้างขึ้น

InitFromString(string)

เริ่มต้นอินสแตนซ์ด้วย codetext ที่สร้างขึ้น.

void InitFromString(string constructedCodetext)

พารามิเตอร์

constructedCodetext string

codetext ที่สร้างขึ้น.

 แบบไทย