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

    Show / Hide Table of Contents

    MailMergeClearOptions Enum

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

    Mail merge options used to specify if unused fields or empty ranges or empty paragraphs should be removed in the mail merge process.

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

    Fields

    None

    Do not remove unused fields nor empty ranges nor empty paragraphs.

    RemoveEmptyParagraphs

    Remove paragraphs which contained merge fields but none of them has been merged.

    RemoveEmptyRanges

    Remove ranges into which no field has been merged.

    RemoveEmptyTableRows

    Remove table rows which contained merge fields but none of them has been merged.

    RemoveEmptyTables

    Remove tables which contained merge fields but none of them has been merged.

    RemoveUnusedFields

    Remove fields for which no data has been found in the mail merge data source.

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.