GoDiagram Win Reference
GoPdfAlignment Enumeration

Flags specifying how extra space is dealt with. Horizontal and vertical alignments are separate, and a combination of horizontal alignment and vertical alignment can be specified as HorizontalAlignment|VerticalAlignment
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum GoPdfAlignment 
   Inherits System.Enum
[FlagsAttribute()]
public enum GoPdfAlignment : System.Enum 
Members
MemberDescription
BottomA vertical alignment flag indicating that the drawing should be as far to the bottom as possible.
CenterIndicates that the drawing should be centered in the available space.
HStretchA horizontal flag indicating the drawing should be stretched to occupy the entirety of the available horizontal space.
LeftA horizontal alignment flag indicating that the drawing should be as far to the left as posible
RightA horizontal alignment flag indicating that the drawing should be as far to the roght as possible
TopA vertical alignment flag indicating that the drawing should be as far to the top as possible.
VStretchA vertical flag indicating the drawing should be stretched to occupy the entirety of the available vertical space.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Northwoods.Go.Pdf.GoPdfAlignment

Requirements

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

See Also

Reference

Northwoods.Go.Pdf Namespace

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback