Click or drag to resize

PDFDocViewPrefsSetDirection Method

Set the document's page mode, specifying how to display the document on exiting full-screen mode.
Gets the non full screen page mode.
Sets the predominant reading order for text. This flag has no direct effect on the document's contents or page numbering but can be used to determine the relative positioning of pages when displayed side by side or printed n-up.

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

Parameters

left_to_right
Type: SystemBoolean
- true if the predominant reading order for text is from left to right and false if it is right to left (including vertical writing systems, such as Chinese, Japanese, and Korean).

Return Value

Type: 
the PageMode used after exiting full-screen mode.
Remarks
This entry is meaningful only if the value of the PageMode is set to e_FullScreen; it is ignored otherwise.
Remarks
This entry is meaningful only if the value of the PageMode is set to e_FullScreen; it is ignored otherwise.
See Also