getHeightDimensionIndex property
int
get
getHeightDimensionIndex
Returns the index for getting height of print frame from array of
Implementation
int get getHeightDimensionIndex {
switch (this) {
case PrintOrientation.Landscape:
return 0;
case PrintOrientation.Portrait:
return 1;
}
}