This property sets the filename for the image used in the selected Image object.

[Visual Basic] Public Property SelectedObjectImageFileName As String
[C#] public string SelectedObjectImageFileName {get; set;}

Property Value

The string representing the file name of the image used in the Image object. (Full path)
Default value is "" (an empty string)

Explanation

The SelectedObjectImageFileName property sets the filename for the image used in the selected Image object. If the selected Image object is a new Image object, this property will contain the image filename including the full path. If the selected Image object was loaded from an Annotation File, this property will contain the image filename without the path.

This property is only enabled when the selected object is the 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 null (Nothing in Visual Basic).

Also See

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

 

The ImageKit WPF is created by Newtone Corporation