| VSView Reporting Edition Reference > Layout Object > Layout Properties > PictureAlign Property (Layout) |
Returns or sets how the background picture is aligned.
layout.PictureAlign[ = PictureAlignSettings ]
The settings for the PictureAlign property are described below:
|
Constant |
Value |
Description |
|
vsrPALeftTop |
0 |
Align to the left and to the top, clipping if necessary. |
|
vsrPACenterTop |
1 |
Align to the center and to the top, clipping if necessary. |
|
vsrPARightTop |
2 |
Align to the right and to the top, clipping if necessary. |
|
vsrPALeftBottom |
3 |
Align to the left and to the bottom, clipping if necessary. |
|
vsrPACenterBottom |
4 |
Align to the center and to the bottom, clipping if necessary. |
|
vsrPARightBottom |
5 |
Align to the right and to the bottom, clipping if necessary. |
|
vsrPALeftMiddle |
6 |
Align to the left and to the middle, clipping if necessary. |
|
vsrPACenterMiddle |
7 |
Align to the center and to the middle, clipping if necessary. |
|
vsrPARightMiddle |
8 |
Align to the right and to the middle, clipping if necessary. |
|
vsrPAClip |
9 |
Align to the left and to the top, clipping if necessary. |
|
vsrPAZoom |
10 |
Scale the picture to use as much of the page as possible, while preserving the picture's aspect ratio. |
|
vsrPAStretch |
11 |
Stretch the picture to fill the page. |
|
vsrPATile |
12 |
Tile the picture to fill the page. |
To select the background picture and which pages should display it, use the Picture and PictureShow properties.
PictureAlignSettings (Enumeration)