PDFView4NET WPF Edition
ZoomMode Property (PDFDirectDestination)




O2S.Components.PDFView4NET Namespace > PDFDirectDestination Class : ZoomMode Property
Gets or sets the zoom mode.
Syntax
'Declaration
 
Public Property ZoomMode As PDFDestinationZoomMode
'Usage
 
Dim instance As PDFDirectDestination
Dim value As PDFDestinationZoomMode
 
instance.ZoomMode = value
 
value = instance.ZoomMode
public PDFDestinationZoomMode ZoomMode {get; set;}
public: __property PDFDestinationZoomMode get_ZoomMode();
public: __property void set_ZoomMode( 
   PDFDestinationZoomMode value
);
public:
property PDFDestinationZoomMode ZoomMode {
   PDFDestinationZoomMode get();
   void set (    PDFDestinationZoomMode value);
}

Property Value

The zoom mode to be applied when the destination is displayed.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFDirectDestination Class
PDFDirectDestination Members