Click or drag to resize

PDFViewCtrlSetRightToLeftLanguage Method

Tells PDFViewCtrl the content in the viewed PDF document reads from right to left.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetRightToLeftLanguage(
	bool flag
)

Parameters

flag
Type: SystemBoolean
True if the language is right to left.
See Also