PDFViewCtrlCanFlipPages Property |
Gets or sets whether flipping pages in non-continuous modes
using a finger is possible
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public bool CanFlipPages { get; set; }
Public Property CanFlipPages As Boolean
Get
Set
public:
virtual property bool CanFlipPages {
bool get () sealed;
void set (bool value) sealed;
}
function get_CanFlipPages();
function set_CanFlipPages(value);
Property Value
Type:
BooleanSee Also