|
|
|
Html
|
|
| Member name | Value | Description |
|---|---|---|
| NoAdjustment | 0 | The html content is rendered as it is. No size adjustments are performed, even though the destination space might be smaller than needed. |
| ShrinkOnly | 1 | The html content is shrunk if necessary to fit the available destination space. This option does not expand the content if it's smaller than the available space. |
| AutoFit | 2 | The html content is automatically adjusted to fit the entire available space. Unlike ShrinkOnly, the content can be either shrunk or stretched. |