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
متن کد ایجاد شده.