GdPicture.NET.14
GdPicture14.WPF Namespace / GdViewer Class / PdfEnableLinks Property





In This Topic
PdfEnableLinks Property (GdViewer)
In This Topic
Syntax
'Declaration
 
Public Property PdfEnableLinks As Boolean
public bool PdfEnableLinks {get; set;}
public read-write property PdfEnableLinks: Boolean; 
public function get,set PdfEnableLinks : boolean
public: __property bool get_PdfEnableLinks();
public: __property void set_PdfEnableLinks( 
   bool value
);
public:
property bool PdfEnableLinks {
   bool get();
   void set (    bool value);
}
See Also