Field WdgAutoSize
Welcome to our Knowledge Base
Documentation | Blog | Demos | Support
< All Topics
Print
Field WdgAutoSize
0 out of 5 stars
5 Stars | 0% | |
4 Stars | 0% | |
3 Stars | 0% | |
2 Stars | 0% | |
1 Stars | 0% |
“Autosize” status of an object. Indicates how windows and form fields that contain images are sized.
Valid Values
An integer code, as shown in the tables that follow.
For FormFields
Code | Meaning |
0 | No automatic sizing. If the image is larger than the form field’s dimensions, then the image will be clipped at the right and bottom. If the image is smaller, it will be centered. |
1 | Resize the image to fit the form field’s dimensions. The image may be disproportionately stretched and therefore degraded. |
2 | Resize the form field’s dimensions to fit the image. |
3 | Resize the image proportionally to fit within the form field’s dimensions. As with code 1, some image degradation may occur; however, it will be less drastic. The resulting image will always be equal to, or smaller than that produced by code 1. |
For Windows
CODEMEANING
0No automatic sizing. If the window is smaller than the form or display that is to appear within it, the form or display will be clipped at the right and bottom. If the window supports scroll bars, the scroll bars will appear to permit end-user scrolling to view the clipped portions of the form or display.
1Resize the window to fit the form or display.
Updated
ByJason Lee
Was this article helpful?
0 out of 5 stars
5 Stars | 0% | |
4 Stars | 0% | |
3 Stars | 0% | |
2 Stars | 0% | |
1 Stars | 0% |
5