fullFrameMaxImageHeight property

double fullFrameMaxImageHeight
getter/setter pair

Specify the maximum height for the FullFrame image to be returned, so for example, if you want a 1920 height image returned, pass in 1920.0f for the value. It will a full frame image resized to 1920 for the maximum height. To get the original height of the full frame, to get full resolution, pass in a value of 1.0f.

Implementation

double fullFrameMaxImageHeight = 1920.0;