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; }
Public Property Resolution As Dpi
Get
Set
Property Value
Type:
DpiRemarks This property is ignored if UseImageResolution is set to
true.
The default value is 72 pixels per inch.
See Also