This property sets whether or not the checkbox used to set the "Refine PasteImage" is enabled in the property dialog.

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

Property Value

True: The checkbox used to set the "Refine PasteImage" is enabled

False: The checkbox used to set the "Refine PasteImage" is disabled

Default value is True

Explanation

The DialogRefinePasteImageEnabled property sets whether or not the checkbox used to set "Refine PasteImage" is enabled in the property dialog.

When this property is False, the checkbox used to set the "Refine PasteImage" is disabled and cannot be set.

This property is enabled for the Image object only.

Also See

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

 

The ImageKit WPF is created by Newtone Corporation