ImageGear .NET v24.12 - Updated
IgnorePage Property




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTCreatingPageEventArgs Class : IgnorePage Property
Gets or sets a value indicating whether the page should be created.
Syntax
'Declaration
 
Public Property IgnorePage As Boolean
'Usage
 
Dim instance As ImGearARTCreatingPageEventArgs
Dim value As Boolean
 
instance.IgnorePage = value
 
value = instance.IgnorePage
public bool IgnorePage {get; set;}
public: __property bool get_IgnorePage();
public: __property void set_IgnorePage( 
   bool value
);
public:
property bool IgnorePage {
   bool get();
   void set (    bool value);
}

Property Value

Boolean value.
Remarks
Default value is false.
See Also

Reference

ImGearARTCreatingPageEventArgs Class
ImGearARTCreatingPageEventArgs Members