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

    Show / Hide Table of Contents

    VerticalPositionAnchor Enum

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

    Represents a vertical position to which the parent object has been anchored in the document. This anchor position shall be used as the base location to determine the final vertical position of the object in the document.

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

    Fields

    BottomMargin

    Specifies that the vertical positioning shall be relative to the bottom margin of the current page.

    InsideMargin

    Specifies that the vertical positioning shall be relative to the inside margin of the current page.

    Line

    Specifies that the vertical positioning shall be relative to the line containing the anchor character.

    Margin

    Specifies that the parent object shall be vertically anchored to the text margins.

    OutsideMargin

    Specifies that the vertical positioning shall be relative to the outside margin of the current page.

    Page

    Specifies that the parent object shall be vertically anchored to the page edge.

    Paragraph

    Specifies that the parent object shall be vertically anchored to the text extents.

    TopLeftCorner

    Specifies that the vertical positioning shall be relative to the top left corner of the parent.

    TopMargin

    Specifies that the vertical positioning shall be relative to the top margin of the current page.

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.