PdfPrintDocument.SetMargins Method

PDF File Writer

PdfPrintDocumentSetMargins Method

Sets margins in user units.

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public void SetMargins(
	double LeftMargin,
	double TopMargin,
	double RightMargin,
	double BottomMargin
)

Parameters

LeftMargin
Type: SystemDouble
Left margin
TopMargin
Type: SystemDouble
Top margin
RightMargin
Type: SystemDouble
Right margin
BottomMargin
Type: SystemDouble
Bottom margin
See Also