ImageGear .NET v24.12 - Updated
Image Property (ImGearAnnotationTemplates)




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > ImGearAnnotationTemplates Class : Image Property
Gets or sets an Image mark to be used as a template when creating Image marks using the mouse.
Syntax
'Declaration
 
Public Property Image As ImGearARTImage
'Usage
 
Dim instance As ImGearAnnotationTemplates
Dim value As ImGearARTImage
 
instance.Image = value
 
value = instance.Image
public ImGearARTImage Image {get; set;}
public: __property ImGearARTImage* get_Image();
public: __property void set_Image( 
   ImGearARTImage* value
);
public:
property ImGearARTImage^ Image {
   ImGearARTImage^ get();
   void set (    ImGearARTImage^ value);
}

Property Value

ImGearARTImage value.
Remarks
The ImageGear.Windows.Controls.PageView.MouseToolSettings.Annotation.DefaultImage property can also be set to specify a default image. If both properties are set, the ImageGear.Windows.Controls.PageView.MouseToolSettings.Annotation.DefaultImage property is used.
See Also

Reference

ImGearAnnotationTemplates Class
ImGearAnnotationTemplates Members