GemBox.Pdf
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    PdfTextAlignment Enum

    Namespace:
    GemBox.Pdf
    Assembly:
    GemBox.Pdf.dll

    Specifies whether the text is left-aligned, right-aligned, centered, or justified.

    • C#
    • VB.NET
    public enum PdfTextAlignment
    Public Enum PdfTextAlignment

    Fields

    Center

    Text is centered between the left and right edges.

    Justify

    Text is aligned with both the left and right edges, with internal spacing within each line expanded, if necessary, to achieve such alignment. The last (or only) line is aligned to the left edge only.

    Left

    Default. Text is aligned to the left.

    Right

    Text is aligned to the right.

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.