Gets or sets a resolution, in dots per inch (dpi). This resolution is used for all images, provided through the View property and for all dialogboxes provided through the GetDialogBox method. When this property is set to zero, the system resolution is used.

Introduced: X19.

Syntax

public int Resolution { get; set; }
Public Property Resolution() As Integer