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 references also HarfBuzzSharp.NativeAssets.Linux NuGet package if you are building/running your application on Linux operating system.

    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.