Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PdfTextDirection

    Show / Hide Table of Contents

    Class PdfTextDirection

    Represents the text rendering direction.

    Inheritance
    System.Object
    PdfTextDirection
    Namespace: Syncfusion.Pdf.Graphics
    Assembly: Syncfusion.Pdf.Portable.dll
    Syntax
    public sealed class PdfTextDirection : Enum

    Fields

    LeftToRight

    Specifies the left to right direction.

    Declaration
    public const PdfTextDirection LeftToRight
    Field Value
    Type Description
    PdfTextDirection

    None

    Specifies the default text order.

    Declaration
    public const PdfTextDirection None
    Field Value
    Type Description
    PdfTextDirection

    RightToLeft

    Specifies the right to left direction.

    Declaration
    public const PdfTextDirection RightToLeft
    Field Value
    Type Description
    PdfTextDirection

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved