[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.2.7

Syntax

C#
public Spacing Margin { get; }
Visual Basic (Declaration)
Public ReadOnly Property Margin As Spacing

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