The margin in points.

Namespace: TallComponents.Interaction.WinForms.Controls
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public Spacing DocumentMargin { get; set; }
Visual Basic
Public Property DocumentMargin As Spacing
	Get
	Set

Remarks

This property is provided as a convenience. Tt maps onto the margins of the layout manager.

See Also