| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal width As Integer, _ ByVal height As Integer, _ ByVal leftMargin As Integer, _ ByVal topMargin As Integer, _ ByVal rightMargin As Integer, _ ByVal bottomMargin As Integer _ ) | |
| C# | |
|---|---|
public SupportedPageInfo( int width, int height, int leftMargin, int topMargin, int rightMargin, int bottomMargin ) | |
Parameters
- width
- The page width in twips.
- height
- The page height in twips.
- leftMargin
- The left margin in twips.
- topMargin
- The top margin in twips.
- rightMargin
- The right margin in twips.
- bottomMargin
- The bottom margin in twips.