←Select platform

VerticalAlignment Property

Summary

Gets or sets a value indicating the vertical alignment to use when fitting this barcode inside the destination bounds.

Syntax
C#
VB
Objective-C
C++
Java
public BarcodeAlignment VerticalAlignment { get; set; } 
Public Property VerticalAlignment As BarcodeAlignment 
@property (nonatomic, assign) LTBarcodeAlignment verticalAlignment 
public BarcodeAlignment getVerticalAlignment() 
public void setVerticalAlignment(BarcodeAlignment value) 
public: 
property BarcodeAlignment VerticalAlignment { 
   BarcodeAlignment get(); 
   void set (    BarcodeAlignment ); 
} 

Property Value

A BarcodeAlignment enumeration member that indicates the vertical alignment to use when fitting this barcode inside the destination bounds. The default value is BarcodeAlignment.Near.

Remarks

When writing barcodes, the BarcodeWriter object may not use all the area defined by the output rectangle (BarcodeData.Bounds) since not all sizes can be used when writing a barcode and the value of the width and height of the bounds can have a special meaning. For more information, refer to Writing Barcodes - Bounds and XModule.

In cases where not all of the bounds is used, an alignment value can be set to determine whether the resulting barcode is left, top, right, bottom or center aligned to the rectangle. For these, you can use the BarcodeAlignment enumeration to control how the barcode is written.

Example

For an example, refer to BarcodeAlignment.

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