ImageGear .NET - Updated
ArtEnableMode Property (PageView)




ImageGear24.Web Assembly > ImageGear.Web.UI Namespace > PageView Class : ArtEnableMode Property
Gets or sets the annotations mode.
Syntax
'Declaration
 
<CategoryAttribute("PageView Properties")>
<DefaultValueAttribute()>
<BrowsableAttribute(True)>
<DescriptionAttribute("An enumeration value representing options for displaying and/or saving annotations.")>
Public Property ArtEnableMode As ArtEnableOption
'Usage
 
Dim instance As PageView
Dim value As ArtEnableOption
 
instance.ArtEnableMode = value
 
value = instance.ArtEnableMode
[Category("PageView Properties")]
[DefaultValue()]
[Browsable(true)]
[Description("An enumeration value representing options for displaying and/or saving annotations.")]
public ArtEnableOption ArtEnableMode {get; set;}
[Category("PageView Properties")]
[DefaultValue()]
[Browsable(true)]
[Description("An enumeration value representing options for displaying and/or saving annotations.")]
public: __property ArtEnableOption get_ArtEnableMode();
public: __property void set_ArtEnableMode( 
   ArtEnableOption value
);
[Category("PageView Properties")]
[DefaultValue()]
[Browsable(true)]
[Description("An enumeration value representing options for displaying and/or saving annotations.")]
public:
property ArtEnableOption ArtEnableMode {
   ArtEnableOption get();
   void set (    ArtEnableOption value);
}

Property Value

The enumeration value represents options for displaying and/or saving annotations (Art Data) on images ArtEnableOption.
Remarks
This property specifies the option for showing and saving annotations on the displayed images. It must be set to one of the values in the enumeration ArtEnableOption

The default value is is ArtEnableOption.None

. In this mode the annotations are not displayed.
See Also

Reference

PageView Class
PageView Members