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

Get the margins of this master page.

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

Syntax

C#
public Spacing Margin { get; }
Visual Basic
Public ReadOnly Property Margin As Spacing
	Get

Remarks

Values are in points (1/72 inch). Default margins are 0.5 inch (36pt) for Left and Right and 0.75 inch (54pt) for Top and Bottom.

See Also