Gets or sets the source image of image annotation.
Syntax
'Declaration
Public Property SourceImage As Image
'Usage
Dim instance As Image
Dim value As Image
instance.SourceImage = value
value = instance.SourceImage
public Image SourceImage {get; set;}
See Also