public RectangleJ(iTextSharp.text.Rectangle rect) { rect.Normalize(); x = rect.Left; y = rect.Bottom; width = rect.Width; height = rect.Height; }