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

    Show / Hide Table of Contents

    GridMode Enum

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

    Represents the possible types of grid mode for a section.

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

    Fields

    Default

    No document grid shall be applied to the contents of the corresponding section in the document.

    Line

    Specifies that the corresponding section will have additional line pitch added to each line in order to maintain the specified number of lines per page.

    LineAndCharacter

    Specifies that the corresponding section will have both the additional line pitch and character pitch added to each line and character in order to maintain a specific number of lines per page and characters per line. Characters will not be automatically aligned with gridlines.

    SnapToCharacters

    Specifies that the corresponding section will have both the additional line pitch and character pitch added to each line and character in order to maintain a specific number of lines per page and characters per line. Characters will be automatically aligned with gridlines.

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.