In This Topic

RemoveHyperlinks Property (PDFReducerConfiguration)

In This Topic
Specifies whether the hyperlinks shall be removed from the PDF. Default value is false.
Syntax
'Declaration
 
Public Property RemoveHyperlinks As Boolean
public bool RemoveHyperlinks {get; set;}
public read-write property RemoveHyperlinks: Boolean; 
public function get,set RemoveHyperlinks : boolean
public: __property bool get_RemoveHyperlinks();
public: __property void set_RemoveHyperlinks( 
   bool value
);
public:
property bool RemoveHyperlinks {
   bool get();
   void set (    bool value);
}
See Also