You are here: GdPicture.NET > Documentation > Structs, Records, Enums > Enumerations > BarcodeAlign Enumeration
logo.gif
ContentsIndexHome
PreviousUpNext
BarcodeAlign Enumeration
C#
public enum BarcodeAlign {
  BarcodeAlignLeft = 0,
  BarcodeAlignCenter = 1,
  BarcodeAlignRight = 2
}
Visual Basic
Public Enum BarcodeAlign
  BarcodeAlignLeft = 0
  BarcodeAlignCenter = 1
  BarcodeAlignRight = 2
End Enum

This is record BarcodeAlign.

What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.