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 type of raster export resolution to use; passed to the SetRasterExportResolution method and returned by the GetRasterExportResolution method.
Name |
Value |
Description |
|---|---|---|
visRasterUseScreenResolution |
0 |
Use screen resolution. |
visRasterUsePrinterResolution |
1 |
Use printer resolution. |
visRasterUseSourceResolution |
2 |
Use source resolution. |
visRasterUseCustomResolution |
3 |
Use custom resolution. |