FYI, for the next update I will add the helper method, IECalcPaperSize():
with ImageEnMView1.MIO do
begin
lblSizeM := 'Max Paper Size (Metric): + IEPaperSizeToStr( IECalcPaperSize( AcquireParams.PhysicalWidth, AcquireParams.PhysicalHeight, True ));
lblSizeUS := 'Max Paper Size (US): + IEPaperSizeToStr( IECalcPaperSize( AcquireParams.PhysicalWidth, AcquireParams.PhysicalHeight, False ));
end;
Nigel
Xequte Software
www.xequte.com
nigel@xequte.com