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.
Namespace: GleamTech.DocumentUltimateAssembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 7.1.5
public double Resolution { get; set; }
Public Property Resolution As Double
Get
Set
Property Value
Double