Hi all,
I need to know the runtime version of A12 or A12 Print Model API in my Java code. Is there any java class that I can use to find out what is current version of A12 or Print Model API.
I need something for this example code
final Header header = printModelUtil.getModelHeader(printModel);
final String version = header.getModelVersion();
return <VERSION_API_CLASS>.getPrintModelApiVersion().equal(version);
is there any class like <VERSION_API_CLASS> that I can get the print model api version dynamically in this code?