元素
| 标志名称 | 描述 |
|---|---|
| ST_FitToWidth | 按宽度适配页面。 |
| ST_FitToHeight | 按高度适配页面。此常量不适用于 Zoom Viewer。 |
| ST_BestFit | 自动选择最佳适配方式。此常量不适用于 Zoom Viewer。 |
| ST_PixelToPixel | 以像素对像素方式显示图像。此常量仅适用于 Zoom Viewer。 |
module ScaleTypes
{
const int ST_FitToWidth = -1;
const int ST_FitToHeight = -2;
const int ST_BestFit = -3;
const int ST_PixelToPixel = -4;
}
| 标志名称 | 描述 |
|---|---|
| ST_FitToWidth | 按宽度适配页面。 |
| ST_FitToHeight | 按高度适配页面。此常量不适用于 Zoom Viewer。 |
| ST_BestFit | 自动选择最佳适配方式。此常量不适用于 Zoom Viewer。 |
| ST_PixelToPixel | 以像素对像素方式显示图像。此常量仅适用于 Zoom Viewer。 |
此页面对您有帮助吗?