17 public int Width {
get;
private set; }
19 public int Height {
get;
private set; }
21 internal AdSize(
int width,
int height)
29 return $
"AdSize(Width={Width}, Height={Height})";
This class represents the size of the ad.
override string ToString()