LEADTOOLS Barcode (Leadtools.Barcode assembly)

TextPosition Property (OneDBarcodeWriteOptions)

Show in webframe







Gets or sets a value that specifies the text position to use when the data string is written along with the barcode.
Syntax
[CategoryAttribute("				Text Options")]
[DisplayNameAttribute("Text position")]
[DefaultValueAttribute()]
[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
 
<CategoryAttribute("				Text Options")>
<DisplayNameAttribute("Text position")>
<DefaultValueAttribute()>
<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
[CategoryAttribute("				Text Options")]
[DisplayNameAttribute("Text position")]
[DefaultValueAttribute()]
[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;}
@property (nonatomic, assign) LTBarcodeOutputTextPosition textPosition;
public BarcodeOutputTextPosition getTextPosition()
public void setTextPosition(BarcodeOutputTextPosition value)
            
CategoryAttribute("				Text Options")
DisplayNameAttribute("Text position")
DefaultValueAttribute()
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);
Object.defineProperty('TextPosition');
[CategoryAttribute("				Text Options")]
[DisplayNameAttribute("Text position")]
[DefaultValueAttribute()]
[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);
}

Property Value

A BarcodeOutputTextPosition enumeration member that specifies the text position to use when the data string is written along with the barcode. The default value is BarcodeOutputTextPosition.Default.
Remarks

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.

Example

For an example, refer to BarcodeOutputTextPosition and OneDBarcodeWriteOptions.

Requirements

Target Platforms

See Also

Reference

OneDBarcodeWriteOptions Class
OneDBarcodeWriteOptions Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Barcode requires a Barcode Module license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features