DpiMode Enum

Definition

Indicates the DPI mode to use to load an image

public enum DpiMode
type DpiMode = 
Public Enum DpiMode
Inheritance
DpiMode

Fields

Default96Dpi 1

Uses the default value of 96 DPI

DisplayDpi 2

Overrides the image DPI settings with the current screen DPI value

DisplayDpiWith96AsLowerBound 3

Overrides the image DPI settings with the current screen DPI value and ensures the resulting value is at least 96

UseSourceDpi 0

Uses the original DPI settings of the loaded image

Applies to