 
            | Accusoft.PdfXpressSdk Namespace : VerticalAlignment Enumeration | 
'Declaration Public Enum VerticalAlignment Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As VerticalAlignment
public enum VerticalAlignment : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
__value public enum VerticalAlignment : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
public enum class VerticalAlignment : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
| Member | Value | Description | 
|---|---|---|
| Bottom | 2 | Bottom means the PageArtifact will be aligned to the bottom of the page and has a value of 2. | 
| Middle | 1 | Middle means the PageArtifact will be aligned to the middle of the page and has a value of 1. | 
| Top | 0 | Top means the PageArtifact will be aligned to the top of the page and has a value of 0. | 
System.Object
   System.ValueType
      System.Enum
         Accusoft.PdfXpressSdk.VerticalAlignment