Documents for PDF, .NET Edition Documentation
VerticalPosition Enumeration

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Text Namespace : VerticalPosition Enumeration
Chooses the relative vertical position for an anchored object.
Syntax
'Declaration
 
Public Enum VerticalPosition 
   Inherits System.Enum
public enum VerticalPosition : System.Enum 
Members
MemberDescription
CharBottomInThe object bottom side coincides with the anchor line's (character's) bottom side.
CharBottomOutThe object top side coincides with the anchor line's (character's) bottom side.
CharCenterThe object center coincides with the anchor line's (character's) center.
CharTopInThe object top side coincides with the anchor line's (character's) top side.
CharTopOutThe object bottom side coincides with the anchor line's (character's) top side.
MarginBottomThe object bottom side coincides with the bottom margin of the layout box.
MarginCenterThe object center coincides with the layout box center.
MarginTopThe object top side coincides with the top margin of the layout box.
Inheritance Hierarchy

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

See Also

Reference

GrapeCity.Documents.Text Namespace