PdfRpt.FluentInterface.DefaultHeaderProviderBuilder.RunDirection C# (CSharp) Méthode

RunDirection() public méthode

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