GdPicture.NET.14
GdPicture14 Namespace / GdPicturePDF.SmartRedactionOptions Class / Immediate Property





In This Topic
Immediate Property (GdPicturePDF.SmartRedactionOptions)
In This Topic
Specifies whether redaction is immediately applied. Set to false to only add redaction marks to be subsequently managed by other controls of the toolkit.
Syntax
'Declaration
 
Public Property Immediate As Boolean
public bool Immediate {get; set;}
public read-write property Immediate: Boolean; 
public function get,set Immediate : boolean
public: __property bool get_Immediate();
public: __property void set_Immediate( 
   bool value
);
public:
property bool Immediate {
   bool get();
   void set (    bool value);
}

Property Value

The default value is true.
See Also