This property sets whether or not the Image object displays images in high quality.

[Visual Basic] Public Property RefinePasteImage As Boolean
[C#] public bool RefinePasteImage {get; set;}

Property Value

True: The Image object uses high quality
False: The Image object does not use high quality

Default value is True

Explanation

The RefinePasteImage property sets whether or not the Image object displays images in high quality. If your image contains text and you do not want the edges of the text to be "smoothed", then set this property to False. To change the RefinePasteImage after the object has been drawn, right click on the object to display the context menu, execute the ShowPropertyDialog method to display the properties dialog, or set the SelectedObjectRefinePasteImage property.

Also See

ImageKit.Edit Members | Newtone.ImageKit.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation