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

    Lists values that indicate the placement of a layout in a PDF document.

    Namespace: DevExpress.Docs.Pdf

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

    NuGet Package: DevExpress.Docs.Pdf

    Declaration

    public enum LayoutPlacement

    Members

    Name Description
    Block

    The layout is placed in a block of a PDF document.

    Inline

    The layout is placed inline with the content of a PDF document.

    Before

    The layout is placed before the content of a PDF document.

    Start

    The layout is placed at the start of a PDF document.

    End

    The layout is placed at the end of a PDF document.

    Related API Members

    The following properties accept/return LayoutPlacement values:

    See Also