See Also Examples Applies To
Gets the image alignment into the page during a print process.
Syntax
object.PrintGetImageAlignment ()
The PrintGetImageAlignment syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
Returns
Long. The Image alignment.
Can be:
Middle Left = 0
Middle Right = 1
Middle Center = 2
Default = 3
Top Left = 4
Top Right = 5
Top Center = 6
Bottom Left = 7
Bottom Right = 8
Bottom Center = 9
Category
Print