Documents for PDF, .NET Edition Documentation
HorizontalPosition Enumeration

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Text Namespace : HorizontalPosition Enumeration
Chooses the relative horizontal position for an anchored object.
Syntax
'Declaration
 
Public Enum HorizontalPosition 
   Inherits System.Enum
public enum HorizontalPosition : System.Enum 
Members
MemberDescription
CharCenterThe object center coincides with the anchor character's (line's) center.
CharLeftInThe object left side coincides with the anchor character's (line's) left side.
CharLeftOutThe object right side coincides with the anchor character's (line's) left side.
CharRightInThe object right side coincides with the anchor character's (line's) right side.
CharRightOutThe object left side coincides with the anchor character's (line's) right side.
MarginCenterThe object center coincides with the layout box center.
MarginLeftThe object left side coincides with the left margin of the layout box.
MarginRightThe object right side coincides with the right margin of the layout box.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Text.HorizontalPosition

See Also

Reference

GrapeCity.Documents.Text Namespace