This property retrieves the filename (full path) for the image used in the selected object. (For PasteImage object only.)
[Visual Basic] Public ReadOnly Property
SelectedObjectImageFileName As String
[C#] public string SelectedObjectImageFileName
{get;}
Property Value
The string representing the file name of the image used in the
PasteImage object. (Full path)
Default value is null (Nothing in Visual Basic)
Explanation
The SelectedObjectImageFileName property retrieves the filename (full path) for the image used in the selected object.
This property is only enabled when the selected object is the PasteImage object.
When the EditKind property is set to values other than KindOfEdit.Select or when no object has been selected, this property value is null (Nothing in Visual Basic).
Also See
ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit