Northwoods.Go.Pdf Assembly > Northwoods.Go.Pdf Namespace : GoPdfAlignment Enumeration |
'Declaration <FlagsAttribute()> Public Enum GoPdfAlignment Inherits System.Enum
[FlagsAttribute()] public enum GoPdfAlignment : System.Enum
Member | Description |
---|---|
Bottom | A vertical alignment flag indicating that the drawing should be as far to the bottom as possible. |
Center | Indicates that the drawing should be centered in the available space. |
HStretch | A horizontal flag indicating the drawing should be stretched to occupy the entirety of the available horizontal space. |
Left | A horizontal alignment flag indicating that the drawing should be as far to the left as posible |
Right | A horizontal alignment flag indicating that the drawing should be as far to the roght as possible |
Top | A vertical alignment flag indicating that the drawing should be as far to the top as possible. |
VStretch | A vertical flag indicating the drawing should be stretched to occupy the entirety of the available vertical space. |
System.Object
System.ValueType
System.Enum
Northwoods.Go.Pdf.GoPdfAlignment
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2