EpsEncoder.UseImageResolution Property |
Determine whether or not to use the resolution of the image to be saved.
Namespace:
Atalasoft.Imaging.Codec
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxpublic bool UseImageResolution { get; set; }
Public Property UseImageResolution As Boolean
Get
Set
Property Value
Type:
Boolean
RemarksIf this property is set to true, then the resolution off the image will be used for
conversion to EPS. If the image resolution has no units or the resolution is invalid, it will be treated as 72
pixels per inch.
Default value is true.
See Also