|  | 
| PdfMargins Constructor (Single, Single, Single, Single) | 
 
            Default constructor initializes with 0 all the margins
            
 
    Namespace: 
   SelectPdf
    Assembly:
   Select.Pdf (in Select.Pdf.dll) Version: 24.1
 Syntax
Syntaxpublic PdfMargins(
	float left,
	float right,
	float top,
	float bottom
)
Public Sub New ( 
	left As Single,
	right As Single,
	top As Single,
	bottom As Single
)
Parameters
- left
- Type: SystemSingle
 The left margin
- right
- Type: SystemSingle
 The right margin
- top
- Type: SystemSingle
 The top margin
- bottom
- Type: SystemSingle
 The bottom margin
 See Also
See Also