|  | 
| PdfTextElementDirection Property  | 
 
            Gets or sets an angle to control the text direction. 
            
 
    Namespace: 
   SelectPdf
    Assembly:
   Select.Pdf (in Select.Pdf.dll) Version: 24.1
 Syntax
Syntaxpublic float Direction { get; set; }Public Property Direction As Single
	Get
	Set
Property Value
Type: 
Single Remarks
Remarks
            The default value is 0. Adding a value in degrees will rotate the text counter-clockwise.
            
 See Also
See Also