public enum PdfPageOrientation { PdfPageOrientationUndefined = -1, PdfPageOrientationPortrait = 0, PdfPageOrientationLandscape = 1 }
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.
|