Pegasus Class Library Help
IsDataFlipped is a boolean value indicating if the Data needs to be "Flipped" before rendering. It is usefull in devices like Digital Folder, where the Pen receiver can be flipped to the right page or left page. There is no need to change this value, but when using such devices, it should be read in order to know how to correctly render the ink.

Namespace:  Pegasus.Library
Assembly:  PegasusClassLibrary (in PegasusClassLibrary.dll) Version: 4.0.0.0 (4.0.12.0)

Syntax

C#
public bool IsDataFlipped
Visual Basic (Declaration)
Public IsDataFlipped As Boolean
Visual C++
public:
bool IsDataFlipped

See Also