|  | 
| PdfMargins Constructor (Single) | 
 
            Initializes all margins with the same value
            
 
    Namespace: 
   SelectPdf
    Assembly:
   Select.Pdf (in Select.Pdf.dll) Version: 24.1
 Syntax
Syntaxpublic PdfMargins(
	float all
)
Public Sub New ( 
	all As Single
)
Parameters
- all
- Type: SystemSingle
 The value for all document margins.
 See Also
See Also