Accusoft.PdfXpress7.Net
DestinationZoomFactor Property




Indicates the zoom at which the destination is magnified by the viewer.
Syntax
'Declaration
 
Public Property DestinationZoomFactor As Double
'Usage
 
Dim instance As BookmarkContext
Dim value As Double
 
instance.DestinationZoomFactor = value
 
value = instance.DestinationZoomFactor
public double DestinationZoomFactor {get; set;}
public: __property double get_DestinationZoomFactor();
public: __property void set_DestinationZoomFactor( 
   double value
);
public:
property double DestinationZoomFactor {
   double get();
   void set (    double value);
}
Remarks
The zoom factor is only relevant if the DestinationFit is DestinationFit.Zoom, otherwise it's ignored.

The recommended maximum value is 64, recommended minimum value is 0.

See Also

Reference

BookmarkContext Class
BookmarkContext Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback