Initializes a new instance of the Margins class with the specified margins.
| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal left As Single, _ ByVal top As Single, _ ByVal right As Single, _ ByVal bottom As Single _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
Parameters
- left
- Specifies the left margin, in inches.
- top
- Specifies the top margin, in inches.
- right
- Specifies the right margin, in inches.
- bottom
- Specifies the bottom margin, in inches.