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