In This Topic
GdPicture14.WPF Namespace / BookmarksTree Class / DisableZoomDestination Property

DisableZoomDestination Property (BookmarksTree)

In This Topic
The PDF format specifies a parameter that allow to define a zoom level for a bookmark's page destination. Turning this property to True permits to ignore this information. Otherwise, the GdViewer object associated to the BookmarkTree will adjust the zoom accordingly. Default value is false.
Syntax
'Declaration
 
Public Property DisableZoomDestination As Boolean
public bool DisableZoomDestination {get; set;}
public read-write property DisableZoomDestination: Boolean; 
public function get,set DisableZoomDestination : boolean
public: __property bool get_DisableZoomDestination();
public: __property void set_DisableZoomDestination( 
   bool value
);
public:
property bool DisableZoomDestination {
   bool get();
   void set (    bool value);
}
See Also