←Select platform

TextPosition Property

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
Objective-C
C++
Java
public BarcodeOutputTextPosition TextPosition { get; set; } 
Public Property TextPosition As BarcodeOutputTextPosition 
@property (nonatomic, assign) LTBarcodeOutputTextPosition textPosition 
public BarcodeOutputTextPosition getTextPosition() 
public void setTextPosition(BarcodeOutputTextPosition value) 
public: 
property BarcodeOutputTextPosition TextPosition { 
   BarcodeOutputTextPosition get(); 
   void set (    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

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

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly