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





In This Topic
RedactCreditCardNumbers Property (GdPicturePDF.SmartRedactionOptions)
In This Topic
Specifies whether the engine must redact credit card numbers.
Syntax
'Declaration
 
Public Property RedactCreditCardNumbers As Boolean
public bool RedactCreditCardNumbers {get; set;}
public read-write property RedactCreditCardNumbers: Boolean; 
public function get,set RedactCreditCardNumbers : boolean
public: __property bool get_RedactCreditCardNumbers();
public: __property void set_RedactCreditCardNumbers( 
   bool value
);
public:
property bool RedactCreditCardNumbers {
   bool get();
   void set (    bool value);
}

Property Value

The default value is false.
See Also