LEADTOOLS Barcode (Leadtools.Barcode assembly)
LEAD Technologies, Inc

TextPosition Property (FourStateBarcodeWriteOptions)








Gets or sets a value that specifies the text position to use when the data string is written along with the barcode. .NET support WinRT support Silverlight support
Syntax
[DisplayNameAttribute("Text position")]
[DefaultValueAttribute()]
[CategoryAttribute("			Text Options")]
[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
 
<DisplayNameAttribute("Text position")>
<DefaultValueAttribute()>
<CategoryAttribute("			Text Options")>
<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
[DisplayNameAttribute("Text position")]
[DefaultValueAttribute()]
[CategoryAttribute("			Text Options")]
[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;}
ObjectiveC Syntax
Java Syntax
DisplayNameAttribute("Text position")
DefaultValueAttribute()
CategoryAttribute("			Text Options")
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")
 get_TextPosition();
set_TextPosition(value);
[DisplayNameAttribute("Text position")]
[DefaultValueAttribute()]
[CategoryAttribute("			Text Options")]
[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);
}

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

Only BarcodeOutputTextPosition.None and BarcodeOutputTextPosition.Default is currently supported by this write options class.

Example

For an example, refer to BarcodeOutputTextPosition and FourStateBarcodeWriteOptions.

Requirements

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

See Also

Reference

FourStateBarcodeWriteOptions Class
FourStateBarcodeWriteOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

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