PDFViewCtrlIsCurrentlyZooming Property |
Gets whether the PDFViewCtrl is currently going through a zoom motion,
for example through pinch or smart zoom animation
During this time, many functions will not work as expected
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public bool IsCurrentlyZooming { get; }
Public ReadOnly Property IsCurrentlyZooming As Boolean
Get
public:
virtual property bool IsCurrentlyZooming {
bool get () sealed;
}
function get_IsCurrentlyZooming();
Property Value
Type:
BooleanSee Also