Printing vertical positions
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 14.0.0.0
Syntax
| C# | Visual Basic | Visual C++ |
public enum PrintVerticalPos
Public Enumeration PrintVerticalPos
public enum class PrintVerticalPos
Members
| Member | Value | Description |
|---|---|---|
| Top | 0 |
the image is top aligned
|
| Center | 1 |
the image is center aligned
|
| Bottom | 2 |
the image is bottom aligned
|