PDF File Writer Class Library - Author Uzi Granot
PdfPrintDocumentSetMargins Method |
Sets margins in user units.
Namespace: PdfFileWriter
Assembly: PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)

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
