| Name | Type | Description |
|---|---|---|
| BitDepth |
Long
|
Specifies the bit depth. |
| Grayscale |
Boolean
|
Converts to grayscale if set to True (-1). |
| Dithered |
Boolean
|
Enables dithering if set to True (-1). |
| TransparentBG |
Boolean
|
Specifies the background to transparent if set to True (-1). |
| 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). |
| MultiChannel |
Boolean
|
|
| AlwaysOverprintBlack |
Boolean
|
|
| OverprintBlackLimit |
Long
|
Sub Test() ActiveSelectionRange.ConvertToBitmapEx cdrGrayscaleImage, False, True End Sub