ImageEn, unit ietwain

TIETwainParams.PhysicalHeight

TIETwainParams.PhysicalHeight

Declaration

property PhysicalHeight: Double;

Description

Returns the maximum physical height (Y-axis) the scanner can acquire (measured in inches).

Twain Property: ICAP_PHYSICALHEIGHT

Note: Use IsCapabilitySupported to determine if this capability is supported by the current scanner

Read-only

Example

ShowMessage( Format( 'Max scan height: %.2f in', [ ImageEnView1.IO.TwainParams.PhysicalHeight ]));

See Also

PhysicalWidth
StandardSize