BarCode for UWP/WinRT
BarCodeDirection Enumeration

Specifies the print direction of the barcode symbol.
Syntax
'Declaration
 
Public Enum BarCodeDirection 
   Inherits System.Enum
public enum BarCodeDirection : System.Enum 
Members
MemberDescription
BottomToTopThe barcode symbol is printed bottom to top.
LeftToRightThe barcode symbol is printed left to right (default).
RightToLeftThe barcode symbol is printed right to left.
TopToBottomThe barcode symbol is printed top to bottom.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.BarCode.BarCodeDirection

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

C1.BarCode Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.