Printing horizontal positions
            
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 14.0.0.0
Syntax
| C# | Visual Basic | Visual C++ | 
public enum PrintHorizontalPos
Public Enumeration PrintHorizontalPos
public enum class PrintHorizontalPos
Members
| Member | Value | Description | 
|---|---|---|
| Left | 0 | 
            the image is left aligned
              | 
| Center | 1 | 
            the image is center aligned
              | 
| Right | 2 | 
            the image is right aligned
              |