In This Topic

RedactIBANs Property (GdPicturePDF.SmartRedactionOptions)

In This Topic
Specifies whether the engine must redact IBANs.
Syntax
'Declaration

 

Public Property RedactIBANs As Boolean
public bool RedactIBANs {get; set;}
public read-write property RedactIBANs: Boolean; 
public function get,set RedactIBANs : boolean
public: __property bool get_RedactIBANs();

public: __property void set_RedactIBANs( 

   bool value

);
public:

property bool RedactIBANs {

   bool get();

   void set (    bool value);

}

Property Value

The default value is false.
See Also