Click or drag to resize

StiReportConvert Method

Converts all components coordinates from one unit into another.

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public void Convert(
	StiUnit oldUnit,
	StiUnit newUnit,
	bool isReportSnapshot = false
)

Parameters

oldUnit
Type: Stimulsoft.Report.UnitsStiUnit
Old units.
newUnit
Type: Stimulsoft.Report.UnitsStiUnit
New units.
isReportSnapshot (Optional)
Type: SystemBoolean

[Missing <param name="isReportSnapshot"/> documentation for "M:Stimulsoft.Report.StiReport.Convert(Stimulsoft.Report.Units.StiUnit,Stimulsoft.Report.Units.StiUnit,System.Boolean)"]

Implements

IStiUnitConvertConvert(StiUnit, StiUnit, Boolean)
See Also