PDFViewCtrlGetRightToLeftLanguage Method |
Returns true if the PDFViewCtrl is currently in right to left reading mode.
false otherwise.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public bool GetRightToLeftLanguage()
Public Function GetRightToLeftLanguage As Boolean
public:
virtual bool GetRightToLeftLanguage() sealed
function GetRightToLeftLanguage();
Return Value
Type:
Booleantrue if the PDFViewCtrl is currently in right to left reading mode.
See Also