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