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

    Show / Hide Table of Contents

    PdfTextWhitespaces Enum

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

    Specifies how whitespace insertion is handled when extracting text from PDF content.

    • C#
    • VB.NET
    [Flags]
    public enum PdfTextWhitespaces
    <Flags>
    Public Enum PdfTextWhitespaces

    Fields

    Blank

    The insignificant Unicode 'SPACE' (U+0020) characters and NewLineChars characters are inserted in the text where appropriate to simulate distances between words in a line and distances between lines.

    NewLine

    The NewLineChars is inserted in the text where appropriate.

    None

    No character is inserted in the text.

    Space

    The Unicode 'SPACE' (U+0020) character is inserted in the text where appropriate.

    See Also
    PDF Specification ISO 32000-1:2008, section '14.8.2.5 Identifying Word Breaks'
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.