ImageOutputOptionsResolution Property

Gets or sets desired resolution for the generated images, in dots per inch (DPI). The default value is 96 DPI. For example, when DPI is 96 and input document page is 8 inches wide, the output image width will be 96*8 = 768 pixels. So the output dimensions (width and height) depends both input document dimensions and DPI.

Definition

Namespace: GleamTech.DocumentUltimate
Assembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 7.1.5
C#
public double Resolution { get; set; }

Property Value

Double

See Also