PDFViewCtrlIsCurrentlyFlipping Property |
Gets whether the PDFViewCtrl is currently in motion flipping pages in a non-continuous mode
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public bool IsCurrentlyFlipping { get; }
Public ReadOnly Property IsCurrentlyFlipping As Boolean
Get
public:
virtual property bool IsCurrentlyFlipping {
bool get () sealed;
}
function get_IsCurrentlyFlipping();
Property Value
Type:
BooleanSee Also