Diagram.CreateBitmapPreference Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Preferences for Diagram.CreateBitmap()
public: enum class Diagram::CreateBitmapPreference
public enum Diagram.CreateBitmapPreference
type Diagram.CreateBitmapPreference =
Public Enum Diagram.CreateBitmapPreference
- Inheritance
-
Diagram.CreateBitmapPreference
Fields
Name | Value | Description |
---|---|---|
FavorClarityOverSmallSize | 0 | The bitmap will be created at 100%. If there is not enough memory to complete the operation, then the bitmap will be scaled down to the maximum allowed number of pixels. |
FavorSmallSizeOverClarity | 1 | The size of the bitmap will be guaranteed to be less than the maximum allowed number of pixels. This is achieved by scaling the bitmap down if it exceeds the maximum. |