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

    Show / Hide Table of Contents

    RenderingMode Enum

    Namespace:
    GemBox.Document
    Assembly:
    GemBox.Document.dll

    Defines the supported rendering modes.

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

    Fields

    Default

    Use either the default implementation, WPF, or Skia for rendering, depending on the availability and supported features.

    Skia

    Use Skia (via SkiaSharp NuGet package) for rendering and HarfBuzz text-shaping engine for text formatting.

    note

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

    WPF

    Use Windows Presentation Foundation (WPF) for rendering.

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.