Margins Constructor (Single) |
Initializes all margins with the same value
Namespace:
ExpertPdf.PdfCreator
Assembly:
epdfcreator (in epdfcreator.dll) Version: 17.0.0
Syntax public Margins(
float all
)
Public Sub New (
all As Single
)
Parameters
- all
- Type: SystemSingle
The value for all document margins.
See Also