Table of Contents

Class FlowContainer

Namespace
Root.ReportNet.Pdf
Assembly
ReportNet.dll
public class FlowContainer : Container
Inheritance
FlowContainer
Derived
Inherited Members

Constructors

FlowContainer(double)

public FlowContainer(double width)

Parameters

width double

Properties

BBox

Gets the bounding box of the report object.

public override Rect BBox { get; }

Property Value

Rect

The bounding box as a Rect object, not nullable (struct).

Box

Gets the box of the report object.

public override Rect Box { get; }

Property Value

Rect

The box as a Rect object, not nullable (struct).

Height

Gets the height of the report object.

public override double Height { get; }

Property Value

double

The height as a double value.

MinBottomPos

public double? MinBottomPos { get; set; }

Property Value

double?