ExpertPdf Html to Pdf Converter Library
Margins Constructor (left, right, top, bottom)
NamespacesExpertPdf.HtmlToPdf.PdfDocumentMarginsMargins(Single, Single, Single, Single)
ExpertPdf Html to Pdf Converter Library
Default constructor initializes with 0 all the margins
Declaration Syntax
C#Visual BasicVisual C++
public Margins(
	float left,
	float right,
	float top,
	float bottom
)
Public Sub New ( 
	left As Single,
	right As Single,
	top As Single,
	bottom As Single
)
public:
Margins(
	float left, 
	float right, 
	float top, 
	float bottom
)
Parameters
left (Single)
The left margin
right (Single)
The right margin
top (Single)
The top margin
bottom (Single)
The ottom margin

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)