Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies constants that define which raster export size to use; passed to the SetRasterExportSize method and returned by the GetRasterExportSize method.
Name |
Value |
Description |
|---|---|---|
visRasterFitToScreenSize |
0 |
Use screen size. |
visRasterFitToPrinterSize |
1 |
Use printer size. |
visRasterFitToSourceSize |
2 |
Use source size. |
visRasterFitToCustomSize |
3 |
Use custom size. |