ImageGear .NET - Updated
IgnoreMark Property




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTCreatingMarkEventArgs Class : IgnoreMark Property
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

Reference

ImGearARTCreatingMarkEventArgs Class
ImGearARTCreatingMarkEventArgs Members