Class ExtCodetextBuilder
Namespace: Aspose.BarCode.Generation
Assembly: Aspose.BarCode.dll (25.2.0)
Helper class for automatic codetext generation of the Extended Codetext Mode
public abstract class ExtCodetextBuilder
Inheritance
Derived
AztecExtCodetextBuilder, DataMatrixExtCodetextBuilder, DotCodeExtCodetextBuilder, MaxiCodeExtCodetextBuilder, QrExtCodetextBuilder
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
ExtCodetextBuilder()
protected ExtCodetextBuilder()
Methods
AddECICodetext(ECIEncodings, string)
Adds codetext with Extended Channel Identifier
public void AddECICodetext(ECIEncodings ECIEncoding, string codetext)
Parameters
ECIEncoding
ECIEncodings
Extended Channel Identifier
codetext
string
Codetext in unicode to add as extended codetext item with Extended Channel Identifier
AddPlainCodetext(string)
Adds plain codetext to the extended codetext items
public void AddPlainCodetext(string codetext)
Parameters
codetext
string
Codetext in unicode to add as extended codetext item
Clear()
Clears extended codetext items
public virtual void Clear()
GetExtendedCodetext()
Generate extended codetext from generation items list
public abstract string GetExtendedCodetext()
Returns
Return string of extended codetext