.NET API 10,293,248 bytes
PdfMargins
public float Bottom {
get;
set; }
public float Left {
get;
set; }
public float Right {
get;
set; }
public float Top {
get;
set; }
public PdfMargins(
float leftRight,
float topBottom)
public PdfMargins(
float left,
float top,
float right,
float bottom)