In This Topic

RedactURIs Property (GdPicturePDF.SmartRedactionOptions)

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

 

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

public: __property void set_RedactURIs( 

   bool value

);
public:

property bool RedactURIs {

   bool get();

   void set (    bool value);

}

Property Value

The default value is false.
See Also