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

    Show / Hide Table of Contents

    TextAutoFit Enum

    Namespace:
    GemBox.Presentation
    Assembly:
    GemBox.Presentation.dll

    Represents an enumeration of available text fitting options.

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

    Fields

    None

    Text within the TextBox should not be auto-fit to the bounding box.

    ResizeShapeToFitText

    Shape should be auto-fit to fully contain the text described within it.

    ShrinkTextOnOverflow

    Text within the TextBox should be auto-fit to the bounding box by reducing the font size of each TextRun and line spacing of each TextParagraph in the TextBox.

    This value is currently partially supported in PDF, XPS, and image formats.

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.