Accusoft.PdfXpressSdk Namespace : HorizontalAlignment Enumeration |
'Declaration Public Enum HorizontalAlignment Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As HorizontalAlignment
public enum HorizontalAlignment : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
__value public enum HorizontalAlignment : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
public enum class HorizontalAlignment : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Value | Description |
---|---|---|
Center | 1 | Center means the PageArtifact will be aligned to the center of the page and has a value of 1. |
Left | 0 | Left means the PageArtifact will be aligned to the left of the page and has a value of 0. |
Right | 2 | Right means the PageArtifact will be aligned to the right of the page and has a value of 2. |
System.Object
System.ValueType
System.Enum
Accusoft.PdfXpressSdk.HorizontalAlignment