Skip to main content
All docs
V26.1
  • LayoutMetrics(PointF, SizeF, Single, RectangleF, PointF, PointF, PointF, PointF) Constructor

    Initializes a new instance of the LayoutMetrics class with specified settings.

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public LayoutMetrics(
        PointF location,
        SizeF size,
        float lineHeight,
        RectangleF boundingBox,
        PointF topLeft,
        PointF topRight,
        PointF bottomRight,
        PointF bottomLeft
    )

    Parameters

    Name Type
    location PointF
    size SizeF
    lineHeight Single
    boundingBox RectangleF
    topLeft PointF
    topRight PointF
    bottomRight PointF
    bottomLeft PointF
    See Also