ImageGear .NET v24.12 - Updated
DefaultImage Property




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > ImGearAnnotationSettings Class : DefaultImage Property
This property has been deprecated. Gets or sets the default image to use when creating an image mark.
Syntax
'Declaration
 
Public Property DefaultImage As ImGearPage
'Usage
 
Dim instance As ImGearAnnotationSettings
Dim value As ImGearPage
 
instance.DefaultImage = value
 
value = instance.DefaultImage
public ImGearPage DefaultImage {get; set;}
public: __property ImGearPage* get_DefaultImage();
public: __property void set_DefaultImage( 
   ImGearPage* value
);
public:
property ImGearPage^ DefaultImage {
   ImGearPage^ get();
   void set (    ImGearPage^ value);
}

Property Value

ImGearPage value.
Remarks
The ImageGear.Windows.Controls.PageView.MouseToolSettings.Annotation.Templates.Image 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. This property has been deprecated. Please use the PageView.MouseToolSettings.Annotation.Templates.Image property instead.
See Also

Reference

ImGearAnnotationSettings Class
ImGearAnnotationSettings Members