See Also Examples Applies To
Default image alignment within the control when the area of the control if smaller than the displayed image in its current zoom configuration.
Ex: set this property to ImagePositionTopLeft to show to top-left area of the image when the user make a positive zoom.
Can be:
ImageAlignmentMiddleLeft = 0
ImageAlignmentMiddleRight = 1
ImageAlignmentMiddleCenter = 2
ImageAlignmentTopLeft = 4
ImageAlignmentTopRight = 5
ImageAlignmentTopCenter = 6
ImageAlignmentBottomLeft = 7
ImageAlignmentBottomRight = 8
ImageAlignmentBottomCenter = 9
Syntax
object.ImageAlignment [= New_ImageAlignment ]
The ImageAlignment syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| New_ImageAlignment | ViewerImageAlignment object. |