Link Search Menu Expand Document

Margins Constructor (Double, Double, Double, Double)

Initializes a new instance of the Margins class

Namespace:Bytescout.PDF.Converters
Assembly: Bytescout.PDF.Converters (in Bytescout.PDF.Converters.dll) Version: 3.5.1.1204-master
Syntax
public Margins(
	double left,
	double top,
	double right,
	double bottom
)

Parameters

left
Type: SystemDouble

[Missing <param name="left"/> documentation for "M:Bytescout.PDF.Converters.Margins.#ctor(System.Double,System.Double,System.Double,System.Double)"]

top
Type: SystemDouble

[Missing <param name="top"/> documentation for "M:Bytescout.PDF.Converters.Margins.#ctor(System.Double,System.Double,System.Double,System.Double)"]

right
Type: SystemDouble

[Missing <param name="right"/> documentation for "M:Bytescout.PDF.Converters.Margins.#ctor(System.Double,System.Double,System.Double,System.Double)"]

bottom
Type: SystemDouble

[Missing <param name="bottom"/> documentation for "M:Bytescout.PDF.Converters.Margins.#ctor(System.Double,System.Double,System.Double,System.Double)"]

See Also

Reference