ImageGear .NET - Updated
DefaultImage Property




ImageGear23.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
 
<ObsoleteAttribute("This property will be removed from the public API in a future release. Please use the PageView.MouseToolSettings.Annotation.Templates.Image property instead.")>
Public Property DefaultImage As ImGearPage
'Usage
 
Dim instance As ImGearAnnotationSettings
Dim value As ImGearPage
 
instance.DefaultImage = value
 
value = instance.DefaultImage
[Obsolete("This property will be removed from the public API in a future release. Please use the PageView.MouseToolSettings.Annotation.Templates.Image property instead.")]
public ImGearPage DefaultImage {get; set;}
[Obsolete("This property will be removed from the public API in a future release. Please use the PageView.MouseToolSettings.Annotation.Templates.Image property instead.")]
public: __property ImGearPage* get_DefaultImage();
public: __property void set_DefaultImage( 
   ImGearPage* value
);
[Obsolete("This property will be removed from the public API in a future release. Please use the PageView.MouseToolSettings.Annotation.Templates.Image property instead.")]
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