public static int ImageLength(string text)
 {
     var stream = new VerticalText().GetImage(text);
     return stream.ToArray().Length;
 }