PDFViewCtrlAnimateAllPageFlipping Property |
Gets or sets whether to use animations when flipping pages using non-touch
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public bool AnimateAllPageFlipping { get; set; }
Public Property AnimateAllPageFlipping As Boolean
Get
Set
public:
virtual property bool AnimateAllPageFlipping {
bool get () sealed;
void set (bool value) sealed;
}
function get_AnimateAllPageFlipping();
function set_AnimateAllPageFlipping(value);
Property Value
Type:
BooleanSee Also