In This Topic
GdPicture14 Namespace / GdPicturePDF.SmartRedactionOptions Class / RedactVehicleIdentificationNumbers Property

RedactVehicleIdentificationNumbers Property (GdPicturePDF.SmartRedactionOptions)

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

 

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

public: __property void set_RedactVehicleIdentificationNumbers( 

   bool value

);
public:

property bool RedactVehicleIdentificationNumbers {

   bool get();

   void set (    bool value);

}

Property Value

The default value is false.
See Also