GdPicture.NET.14
GdPicture14 Namespace / GdViewer Class / PdfEnableFileLinks Property





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