PDFViewCtrlGetZoomAnimationTarget Method |
If IsAnimatingZoom returns true, then this function will return the zoom factor
that is the target for the animation.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public double GetZoomAnimationTarget()
Public Function GetZoomAnimationTarget As Double
public:
virtual double GetZoomAnimationTarget() sealed
function GetZoomAnimationTarget();
Return Value
Type:
DoubleThe zoom target for the current zoom animation in the PDFViewCtrl.
See Also