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

    Show / Hide Table of Contents

    NoteSettings Class

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

    Represents the footnote or endnote options of a DocumentModel or Section.

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

    Properties

    ColumnCount

    Gets or sets the number of columns in the note rendering area.

    • C#
    • VB.NET
    public int ColumnCount { get; set; }
    Public Property ColumnCount As Integer
    Property Value
    System.Int32

    The number of columns in the note rendering area.

    Remarks

    Value must be in the range from 0 to 4.

    Exceptions
    System.ArgumentOutOfRangeException

    Value is out of range.

    Location

    Gets or sets the note rendering location.

    • C#
    • VB.NET
    public NoteLocation Location { get; set; }
    Public Property Location As NoteLocation
    Property Value
    NoteLocation

    The note rendering location.

    Exceptions
    System.NotSupportedException

    Value not supported by current settings type (footnote or endnote).

    Numbering

    Gets or sets the note numbering mode.

    • C#
    • VB.NET
    public NoteNumbering Numbering { get; set; }
    Public Property Numbering As NoteNumbering
    Property Value
    NoteNumbering

    The note numbering mode.

    Exceptions
    System.NotSupportedException

    Value not supported by current settings type (footnote or endnote).

    NumberStyle

    Gets or sets the note mark number style.

    • C#
    • VB.NET
    public NumberStyle NumberStyle { get; set; }
    Public Property NumberStyle As NumberStyle
    Property Value
    NumberStyle

    The note mark number style.

    Exceptions
    System.NotSupportedException

    Value not supported.

    StartAt

    Gets or sets the note mark start number.

    • C#
    • VB.NET
    public int StartAt { get; set; }
    Public Property StartAt As Integer
    Property Value
    System.Int32

    The note mark start number.

    Exceptions
    System.ArgumentOutOfRangeException

    Value must be a positive number.

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.