The predominant reading order for text when displaying the PDF document generated by the HTML to PDF converter. Default value: L2R.

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public ViewerTextOrder Direction { get; set; }
Visual Basic
Public Property Direction As ViewerTextOrder
	Get
	Set
Visual C++
public:
property ViewerTextOrder Direction {
	ViewerTextOrder get ();
	void set (ViewerTextOrder value);
}

Property Value

Type: ViewerTextOrder

See Also