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

    Show / Hide Table of Contents

    HorizontalPositionAnchor Enum

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

    Represents a horizontal 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 horizontal position of the object in the document.

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

    Fields

    Character

    Specifies that the horizontal positioning shall be relative to the position of the anchor within its run content.

    Column

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

    InsideMargin

    Specifies that the horizontal positioning shall be relative to the inside margin of the current page (the left margin on odd pages, right on even pages).

    LeftMargin

    Specifies that the horizontal positioning shall be relative to the left margin of the page.

    Margin

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

    OutsideMargin

    Specifies that the horizontal positioning shall be relative to the outside margin of the current page (the right margin on odd pages, left on even pages).

    Page

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

    RightMargin

    Specifies that the horizontal positioning shall be relative to the right margin of the page.

    TopLeftCorner

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

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.