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