ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTCreatingPageEventArgs Class / IgnorePage Property




In This Topic
    IgnorePage Property
    In This Topic
    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