Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Barcode Namespace > OneDBarcodeWriteOptions Class : Code128TableEncoding Property |
[DescriptionAttribute("Code 128 encoding table to be used in barcode writing")] [DefaultValueAttribute()] [DisplayNameAttribute("Table Encoding")] [CategoryAttribute(" Code 128 Databar Options")] public Code128BarcodeTableEncoding Code128TableEncoding {get; set;}
'Declaration
<DescriptionAttribute("Code 128 encoding table to be used in barcode writing")> <DefaultValueAttribute()> <DisplayNameAttribute("Table Encoding")> <CategoryAttribute(" Code 128 Databar Options")> Public Property Code128TableEncoding As Code128BarcodeTableEncoding
'Usage
Dim instance As OneDBarcodeWriteOptions Dim value As Code128BarcodeTableEncoding instance.Code128TableEncoding = value value = instance.Code128TableEncoding
[DescriptionAttribute("Code 128 encoding table to be used in barcode writing")] [DefaultValueAttribute()] [DisplayNameAttribute("Table Encoding")] [CategoryAttribute(" Code 128 Databar Options")] public Code128BarcodeTableEncoding Code128TableEncoding {get; set;}
@property (nonatomic, assign) LTCode128BarcodeTableEncoding code128TableEncoding
public Code128BarcodeTableEncoding getCode128TableEncoding() public void setCode128TableEncoding(Code128BarcodeTableEncoding value)
DescriptionAttribute("Code 128 encoding table to be used in barcode writing") DefaultValueAttribute() DisplayNameAttribute("Table Encoding") CategoryAttribute(" Code 128 Databar Options") <br/>get_Code128TableEncoding();<br/>set_Code128TableEncoding(value);<br/>Object.defineProperty('Code128TableEncoding');
[DescriptionAttribute("Code 128 encoding table to be used in barcode writing")] [DefaultValueAttribute()] [DisplayNameAttribute("Table Encoding")] [CategoryAttribute(" Code 128 Databar Options")] public: property Code128BarcodeTableEncoding Code128TableEncoding { Code128BarcodeTableEncoding get(); void set ( Code128BarcodeTableEncoding value); }
This property is only valid when writing Code 128 (BarcodeSymbology.Code128) barcodes.
For an example, refer to OneDBarcodeWriteOptions.