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

This is record PrinterOrientation.

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