Initializes a new instance of the Offsets structure, assigning a single value to all four offset properties.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public Offsets(
	string all
)
Visual Basic
Public Sub New ( _
	all As String _
)

Parameters

all
Type: System..::..String
A string representing the Unit value assigned to all four offsets.

Remarks

Only absolute Unit values (such as "1mm" or "8in") are allowed.

See Also