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

    Show / Hide Table of Contents

    TextColumn Class

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

    Represents a column in a Section.

    • C#
    • VB.NET
    public sealed class TextColumn
    Public NotInheritable Class TextColumn
    Inheritance:
    System.Object
    TextColumn
    Remarks

    Document content can be presented with more than one column, like in newspapers. To present a document with multiple columns, insert TextColumn into TextColumns property on a parent Section.

    For more information about PageSetup, see page setup example.

    Properties

    SpaceAfter

    Gets or sets the space between two columns (in points). Set this property only if EvenlySpaced is false.

    • C#
    • VB.NET
    public double SpaceAfter { get; set; }
    Public Property SpaceAfter As Double
    Property Value
    System.Double

    The space between two columns (in points).

    Remarks

    The default value for this property is 35.4 points.

    Width

    Gets or sets the width of the column (in points). Set this property only if EvenlySpaced is false.

    • C#
    • VB.NET
    public double Width { get; set; }
    Public Property Width As Double
    Property Value
    System.Double

    The width of the column (in points).

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.