[This is preliminary documentation and is subject to change.]

Set the Left, Right, Top and Bottom values to the same value.

Namespace: TallComponents.Web
Assembly: TallComponents.WebToPDF (in TallComponents.WebToPDF.dll) Version: 1.0.4.1

Syntax

C#
public static implicit operator Spacing (
	Unit val
)
Visual Basic
Public Shared Widening Operator CType ( _
	val As Unit _
) As Spacing

Parameters

val
Type: TallComponents.Web..::..Unit
The value to assign.

Return Value

A new Spacing instance.

See Also