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

Namespace: TallComponents.PDF
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.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.PDF..::..Unit
The value to assign.

Return Value

A new Spacing instance.

See Also