public constructor Box.Box

Brief

A constructor (values for the top, right, left, and bottom sides).

Declaration
C#
  Box (Gehtsoft.PDFFlow.Models.Shared.XUnit left, Gehtsoft.PDFFlow.Models.Shared.XUnit top, Gehtsoft.PDFFlow.Models.Shared.XUnit right, Gehtsoft.PDFFlow.Models.Shared.XUnit bottom)

Parameters
left

The left side value.

top

The top side value.

right

The right side value.

bottom

The bottom side value.

Declared in Box

back