DocumentDirection Property |
Gets or sets reading order of text: L2R (left to right) or R2L (right to left).
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 21.1
Syntaxpublic Direction Direction { get; set; }
Public Property Direction As Direction
Get
Set
public:
property Direction Direction {
Direction get ();
void set (Direction value);
}
member Direction : Direction with get, set
Property Value
Type:
Direction
See Also