PDFViewCtrlIsAnimatingZoom Method |
Returns true if the PDFViewCtrl is currently animating to a new positon throught
SmartZoom, SetPageViewMode, or SetZoom, when the 'animate' flag is set to true.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public bool IsAnimatingZoom()
Public Function IsAnimatingZoom As Boolean
public:
virtual bool IsAnimatingZoom() sealed
function IsAnimatingZoom();
Return Value
Type:
Booleantrue if currently animating zoom, false otherwise.
See Also