Leadtools.Barcode Namespace > OneDBarcodeWriteOptions Class : TextPosition Property |
[DefaultValueAttribute()] [DisplayNameAttribute("Text position")] [CategoryAttribute(" Text Options")] [DescriptionAttribute("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 <DefaultValueAttribute()> <DisplayNameAttribute("Text position")> <CategoryAttribute(" Text Options")> <DescriptionAttribute("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 OneDBarcodeWriteOptions Dim value As BarcodeOutputTextPosition instance.TextPosition = value value = instance.TextPosition
[DefaultValueAttribute()] [DisplayNameAttribute("Text position")] [CategoryAttribute(" Text Options")] [DescriptionAttribute("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;}
ObjectiveC Syntax
Java Syntax
DefaultValueAttribute() DisplayNameAttribute("Text position") CategoryAttribute(" Text Options") DescriptionAttribute("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") get_TextPosition();
set_TextPosition(value);
[DefaultValueAttribute()] [DisplayNameAttribute("Text position")] [CategoryAttribute(" Text Options")] [DescriptionAttribute("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); }
Not all symbologies supported by this write options class support all output text position values. Some symbologies allow you to control the text position completely (none, default or top), some will only let you specify whether the text is written or not but not the location (default or none), and others will always require the text to be written (default). Refer to the Barcode symbology standard you are interested in or try it with the C# or VB Barcode demo.
For an example, refer to BarcodeOutputTextPosition and OneDBarcodeWriteOptions.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2