[]
        
(Showing Draft Content)

C1.Report.TextField.GetContentAutoWidth

GetContentAutoWidth Method

GetContentAutoWidth(double)

Override this method to calculate the width of object on basis of its content, this method is called when field can grow or shrink horizontally.

Declaration
protected override double GetContentAutoWidth(double height)
Parameters
Type Name Description
double height

Height of area of contents of object in twips.

Returns
Type Description
double

Returns width of area of contents of object in twips.

Overrides