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

    Show / Hide Table of Contents

    PdfTextFormattingMode Enum

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

    Defines the formatting methods supported by the PdfFormattedText class.

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

    Fields

    Default

    Indicates that the PdfFormattedText lays out text by using default primitive implementation.

    HarfBuzz

    Indicates that the PdfFormattedText lays out text by using HarfBuzz text-shaping engine.

    note

    Make sure your project also references the appropriate HarfBuzzSharp.NativeAssets.* NuGet package depending on the platform on which you are building/running your application.

    WPF

    Indicates that the PdfFormattedText lays out text by using Windows Presentation Foundation (WPF) implementation and ideal font metrics.

    WPFDisplay

    Indicates that the PdfFormattedText lays out text by using Windows Presentation Foundation (WPF) implementation and GDI-compatible font metrics.

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.