.NET Framework Class Library
VPagePosition Enumeration
|
<< Click to Display Table of Contents >> Navigation: Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core.Printer Namespace > VPagePosition Enumeration |
Defines how pages are vertically aligned on the output medium.
Namespace: Gnostice.Core.Printer
Assembly: Gnostice.Core (in Gnostice.Core.dll)
Visual Basic |
Public Enumeration VPagePosition |
C# |
public enum VPagePosition |
Visual C++ |
public enum class VPagePosition |
Member name |
Value |
Description |
|
Top |
0 |
||
Center |
1 |
Pages are aligned to the top margin. |
|
Bottom |
2 |
Pages are aligned to the top and bottom margin. |