In This Topic

RedactPhoneNumbers Property (GdPicturePDF.SmartRedactionOptions)

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

 

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

public: __property void set_RedactPhoneNumbers( 

   bool value

);
public:

property bool RedactPhoneNumbers {

   bool get();

   void set (    bool value);

}

Property Value

The default value is false.
See Also