RedactPhoneNumbers Property (GdPicturePDF.SmartRedactionOptions)
Specifies whether the engine must redact phone numbers.
'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.