The API specification says, the Width is an Int32 variable but in practice when we apply any value greater than 32767, it just trims it to 32767. Seems Width is an unsigned integer not Int32. Has anybody experienced this issue?