PDFDocViewPrefsGetDirection Method |
Gets the direction.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public bool GetDirection()
Public Function GetDirection As Boolean
public:
virtual bool GetDirection() sealed
Return Value
Type:
Boolean true is the predominant reading order for text
is left to right, false otherwise. See SetDirection() for
more information.
See Also