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

    Show / Hide Table of Contents

    SectionPropertiesRevision Class

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

    Represents a revision of the section properties.

    • C#
    • VB.NET
    public class SectionPropertiesRevision : Revision
    Public Class SectionPropertiesRevision
        Inherits Revision
    Inheritance:
    System.Object
    Revision
    SectionPropertiesRevision

    Constructors

    SectionPropertiesRevision(DocumentModel)

    Initializes a new instance of the SectionPropertiesRevision class.

    • C#
    • VB.NET
    public SectionPropertiesRevision(DocumentModel document)
    Public Sub New(document As DocumentModel)
    Parameters
    document
    DocumentModel

    The owning document

    Properties

    EndnoteSettings

    Gets the endnote settings.

    • C#
    • VB.NET
    public NoteSettings EndnoteSettings { get; }
    Public ReadOnly Property EndnoteSettings As NoteSettings
    Property Value
    NoteSettings

    The endnote settings.

    FootnoteSettings

    Gets the footnote settings.

    • C#
    • VB.NET
    public NoteSettings FootnoteSettings { get; }
    Public ReadOnly Property FootnoteSettings As NoteSettings
    Property Value
    NoteSettings

    The footnote settings.

    PageSetup

    Gets or sets the page setup that was used before this revision was applied.

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

    The page setup that was used before this revision was applied.

    Inherited Properties

    Author

    Gets or sets the author of the revision.

    (Inherited from Revision)

    Date

    Gets or sets the date when the revision was created.

    (Inherited from Revision)

    RevisionType

    Gets the type of this revision.

    (Inherited from Revision)

    Inherited Methods

    Accept()

    Accepts this revision.

    (Inherited from Revision)

    Reject()

    Rejects this revision.

    (Inherited from Revision)

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.