Skip to main content
All docs
V26.1
  • PageContentHorizontalAlignment Enum

    Lists values that indicate horizontal alignment settings for page content.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    Declaration

    public enum PageContentHorizontalAlignment

    Members

    Name Description
    Left

    The page content is horizontally aligned to the left within the media box.

    Center

    The page content is horizontally centered within the media box.

    Right

    Page content is horizontally aligned to the right within the media box.

    See Also