You are here: GdPicture.NET > Documentation > Structs, Records, Enums > Enumerations > PdfPageOrientation Enumeration
logo.gif
ContentsIndexHome
PreviousUpNext
PdfPageOrientation Enumeration
C#
public enum PdfPageOrientation {
  PdfPageOrientationUndefined = -1,
  PdfPageOrientationPortrait = 0,
  PdfPageOrientationLandscape = 1
}
Visual Basic
Public Enum PdfPageOrientation
  PdfPageOrientationUndefined = -1
  PdfPageOrientationPortrait = 0
  PdfPageOrientationLandscape = 1
End Enum

This is record PdfPageOrientation.

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