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.
See Also