Printing vertical positions
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.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
|