Diagram.CreateBitmapPreference Enum

Definition

Preferences for Diagram.CreateBitmap()

public: enum class Diagram::CreateBitmapPreference
public enum Diagram.CreateBitmapPreference
type Diagram.CreateBitmapPreference = 
Public Enum Diagram.CreateBitmapPreference
Inheritance
Diagram.CreateBitmapPreference

Fields

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.

Applies to