A_Set_LabelVer method

int A_Set_LabelVer(
  1. int centiInch
)

Implementation

int A_Set_LabelVer(
  int centiInch,
) {
  return _A_Set_LabelVer(
    centiInch,
  );
}