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

    Lists values that indicate the orientation of a printed page.

    Namespace: DevExpress.Docs.Pdf.Printing

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

    Declaration

    public enum PrintPageOrientation

    Members

    Name Description
    Auto

    The orientation is defined automatically to fit the page content to the specific paper type.

    Portrait

    The page is printed in portrait orientation.

    Landscape

    The page is printed in landscape orientation.

    Related API Members

    The following properties accept/return PrintPageOrientation values:

    See Also