TIETwainParams.PhysicalWidth
Declaration
property PhysicalWidth: Double;
Description
Returns the maximum physical width (X-axis) the scanner can acquire (measured in inches).
Twain Property: ICAP_PHYSICALWIDTH
Note: Use
IsCapabilitySupported to determine if this capability is supported by the current scanner
Read-only
Example
ShowMessage( Format( 'Max scan width: %.2f in', [ ImageEnView1.IO.TwainParams.PhysicalWidth ]));
See Also
◼PhysicalHeight
◼StandardSize