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





In This Topic
RedactVatIDs Property (GdPicturePDF.SmartRedactionOptions)
In This Topic
Specifies whether the engine must redact VAT identifiers.
Syntax
'Declaration
 
Public Property RedactVatIDs As Boolean
public bool RedactVatIDs {get; set;}
public read-write property RedactVatIDs: Boolean; 
public function get,set RedactVatIDs : boolean
public: __property bool get_RedactVatIDs();
public: __property void set_RedactVatIDs( 
   bool value
);
public:
property bool RedactVatIDs {
   bool get();
   void set (    bool value);
}

Property Value

The default value is false.
See Also