public PageMargins(
int Left,
int Right,
int Top,
int Bottom
)Public Sub New (
Left As Integer,
Right As Integer,
Top As Integer,
Bottom As Integer
)public:
PageMargins(
int Left,
int Right,
int Top,
int Bottom
)new :
Left : int *
Right : int *
Top : int *
Bottom : int -> PageMargins