PdfRpt.FluentInterface.DefaultHeaderProviderBuilder.RunDirection C# (CSharp) Method

RunDirection() public method

A Possible run direction value, left-to-right or right-to-left.
public RunDirection ( PdfRunDirection direction ) : void
direction PdfRunDirection
return void
        public void RunDirection(PdfRunDirection? direction)
        {
            _defaultHeaderProvider.RunDirection = direction;
        }