PDFView4NET WinForms Edition
BarcodeTextLocation Enumeration




O2S.Components.PDFView4NET.Graphics.Barcodes Namespace : BarcodeTextLocation Enumeration
Specifies the available locations for displaying text on a linear barcode.
Syntax
'Declaration
 
Public Enum BarcodeTextLocation 
   Inherits System.Enum
'Usage
 
Dim instance As BarcodeTextLocation
public enum BarcodeTextLocation : System.Enum 
__value public enum BarcodeTextLocation : public System.Enum 
public enum class BarcodeTextLocation : public System.Enum 
Members
MemberDescription
AboveBarcode text is placed above the bar code.
AboveEmbeddedBarcode text is partially embedded at the top of the bar code. The top of the text is aligned with the top of the bars.
BelowBarcode text is placed below the bar code.
BelowEmbeddedBarcode text is partially embedded in the bottom of the bar code. The baseline of the text is aligned with the bottom of the bars.
NoneBarcode text is not displayed.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         O2S.Components.PDFView4NET.Graphics.Barcodes.BarcodeTextLocation

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

O2S.Components.PDFView4NET.Graphics.Barcodes Namespace