SourceImage Property (Image)
In This Topic
Gets or sets the source image of image annotation.
Syntax
'Declaration
<C1DescriptionAttribute("Annotation.Image.SourceImage", "Gets or sets the source image of image annotation.")>
Public Property SourceImage As Image
[C1Description("Annotation.Image.SourceImage", "Gets or sets the source image of image annotation.")]
public Image SourceImage {get; set;}
See Also