This property sets whether or not RefinePasteImage is used in the selected Image object.
[Visual Basic] Public Property
SelectedObjectRefinePasteImage As Boolean
[C#] public bool SelectedObjectRefinePasteImage
{get; set;}
Property Value
True: The selected Image object uses high quality
False: The selected Image object does not use high quality
Default value is 0.
Explanation
The SelectedObjectRefinePasteImage property sets whether or not RefinePasteImage is used in the selected Image object.
This property is disabled when the selected object is not an Image object.
When the EditKind property is set to values other than KindOfEdit.Select, when no object has been selected, or when the selected object is not an Image object, this property value is True.
Also See
ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit