Click or drag to resize

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()

Return Value

Type: Boolean
true if currently animating zoom, false otherwise.
See Also