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

    Lists values that indicate vertical alignment settings for page content.

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public enum PageContentVerticalAlignment

    Members

    Name Description
    Top

    The page content is vertically aligned to the top within the media box.

    Center

    The page content is vertically centered within the media box.

    Bottom

    The page content is vertically aligned to the bottom within the media box.

    See Also