ImageGear for .NET
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

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback