←Select platform

TextPosition Property (FourStateBarcodeWriteOptions)

Summary

Gets or sets a value that specifies the text position to use when the data string is written along with the barcode.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
[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 Leadtools.Barcode.BarcodeOutputTextPosition TextPosition {get; set;} 
<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 Leadtools.Barcode.BarcodeOutputTextPosition 
[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 Leadtools.Barcode.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") 
  
get_TextPosition(); 
set_TextPosition(value); 
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 Leadtools.Barcode.BarcodeOutputTextPosition TextPosition { 
   Leadtools.Barcode.BarcodeOutputTextPosition get(); 
   void set (    Leadtools.Barcode.BarcodeOutputTextPosition ); 
} 

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Barcode Assembly
Click or drag to resize