Click or drag to resize

EpsEncoderResolution Property

Sets the output resolution of the image.

Namespace:  Atalasoft.Imaging.Codec
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public Dpi Resolution { get; set; }

Property Value

Type: Dpi
Remarks

This property is ignored if UseImageResolution is set to true.

The default value is 72 pixels per inch.

See Also