ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTCreatingMarkEventArgs Class / IgnoreMark Property




In This Topic
    IgnoreMark Property
    In This Topic
    Gets or sets a value indicating whether the mark should not be loaded into the page.
    Syntax
    'Declaration
     
    Public Property IgnoreMark As Boolean
    'Usage
     
    Dim instance As ImGearARTCreatingMarkEventArgs
    Dim value As Boolean
     
    instance.IgnoreMark = value
     
    value = instance.IgnoreMark
    public bool IgnoreMark {get; set;}
    public: __property bool get_IgnoreMark();
    public: __property void set_IgnoreMark( 
       bool value
    );
    public:
    property bool IgnoreMark {
       bool get();
       void set (    bool value);
    }

    Property Value

    Boolean value.
    Remarks
    Default value is false.
    See Also