ImageGear .NET v25.2 - Updated
ImageGear.Web Assembly / ImageGear.Web.UI Namespace / PageView Class / ArtEnableMode Property




In This Topic
    ArtEnableMode Property (PageView)
    In This Topic
    Gets or sets the annotations mode.
    Syntax
    'Declaration
     
    <CategoryAttribute("PageView Properties")>
    <BrowsableAttribute(True)>
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <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")]
    [Browsable(true)]
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [Description("An enumeration value representing options for displaying and/or saving annotations.")]
    public ArtEnableOption ArtEnableMode {get; set;}
    [Category("PageView Properties")]
    [Browsable(true)]
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [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")]
    [Browsable(true)]
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [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