| Name | Type | Description |
|---|---|---|
| Mode | Specifies the type of image, and returns cdrImageType. |
|
| Dithered |
Boolean
|
Specifies whether the image is dithered when exported. |
| Transparent |
Boolean
|
Specifies the transparency of the background. |
| Resolution |
Long
|
Specifies the resolution. |
| AntiAliasing | Specifies the type of anti-aliasing, and returns cdrAntiAliasingType. |
|
| UseColorProfile |
Boolean
|
Uses the color profile if set to True (-1). |
| AlwaysOverprintBlack |
Boolean
|
|
| OverprintBlackLimit |
Long
|
Sub Test() ActiveSelectionRange.ConvertToBitmapEx cdrGrayscaleImage, False, True End Sub