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 > FourStateBarcodeWriteOptions Class : TextPosition Property |
[CategoryAttribute(" Text Options")] [DisplayNameAttribute("Text position")] [DefaultValueAttribute()] [DescriptionAttribute("None: No text output. Default: Use the default mode of the symbology. Usually below the barcode. Top: Force the text to be on top of the barcode. Not supported by all symbologies")] public BarcodeOutputTextPosition TextPosition {get; set;}
'Declaration
<CategoryAttribute(" Text Options")> <DisplayNameAttribute("Text position")> <DefaultValueAttribute()> <DescriptionAttribute("None: No text output. Default: Use the default mode of the symbology. Usually below the barcode. Top: Force the text to be on top of the barcode. Not supported by all symbologies")> Public Property TextPosition As BarcodeOutputTextPosition
'Usage
Dim instance As FourStateBarcodeWriteOptions Dim value As BarcodeOutputTextPosition instance.TextPosition = value value = instance.TextPosition
[CategoryAttribute(" Text Options")] [DisplayNameAttribute("Text position")] [DefaultValueAttribute()] [DescriptionAttribute("None: No text output. Default: Use the default mode of the symbology. Usually below the barcode. Top: Force the text to be on top of the barcode. Not supported by all symbologies")] public BarcodeOutputTextPosition TextPosition {get; set;}
@property (nonatomic, assign) LTBarcodeOutputTextPosition textPosition
public BarcodeOutputTextPosition getTextPosition() public void setTextPosition(BarcodeOutputTextPosition value)
CategoryAttribute(" Text Options") DisplayNameAttribute("Text position") DefaultValueAttribute() DescriptionAttribute("None: No text output. Default: Use the default mode of the symbology. Usually below the barcode. Top: Force the text to be on top of the barcode. Not supported by all symbologies") <br/>get_TextPosition();<br/>set_TextPosition(value);<br/>Object.defineProperty('TextPosition');
[CategoryAttribute(" Text Options")] [DisplayNameAttribute("Text position")] [DefaultValueAttribute()] [DescriptionAttribute("None: No text output. Default: Use the default mode of the symbology. Usually below the barcode. Top: Force the text to be on top of the barcode. Not supported by all symbologies")] public: property BarcodeOutputTextPosition TextPosition { BarcodeOutputTextPosition get(); void set ( BarcodeOutputTextPosition value); }
Only BarcodeOutputTextPosition.None and BarcodeOutputTextPosition.Default is currently supported by this write options class.
For an example, refer to BarcodeOutputTextPosition and FourStateBarcodeWriteOptions.