ImageGear23.Web Assembly > ImageGear.Web.UI Namespace > PageView Class : ArtEnableMode Property |
'Declaration <BrowsableAttribute(True)> <DefaultValueAttribute()> <CategoryAttribute("PageView Properties")> <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
[Browsable(true)] [DefaultValue()] [Category("PageView Properties")] [Description("An enumeration value representing options for displaying and/or saving annotations.")] public ArtEnableOption ArtEnableMode {get; set;}
[Browsable(true)] [DefaultValue()] [Category("PageView Properties")] [Description("An enumeration value representing options for displaying and/or saving annotations.")] public: __property ArtEnableOption get_ArtEnableMode(); public: __property void set_ArtEnableMode( ArtEnableOption value );
[Browsable(true)] [DefaultValue()] [Category("PageView Properties")] [Description("An enumeration value representing options for displaying and/or saving annotations.")] public: property ArtEnableOption ArtEnableMode { ArtEnableOption get(); void set ( ArtEnableOption value); }
The default value is is ArtEnableOption.None
. In this mode the annotations are not displayed.