Table of Contents

Method Margin

Namespace
BitMiracle.Docotic.Pdf.Layout
Assembly
BitMiracle.Docotic.Pdf.Layout.dll

Margin(double)

Sets all margins to the same value.

public PageLayout Margin(double value)

Parameters

value double

The value of the left, top, right, and bottom margins in points.

Returns

PageLayout

The updated page layout.