VintaSoftTwain Control v6.0
VintaSoftTwain Object / Device_UnitOfMeasure Property
In This Topic
    Device_UnitOfMeasure Property
    In This Topic
    Description
    Gets or sets the unit of measure for current scan session.
    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property Device_UnitOfMeasure As enumUnitOfMeasure
    Return Type
    The unit of measure for current scan session.
    Remarks
    Call this property after Device_Open and before Device_AcquireImage.

    You can get supported values of page sizes by Device_GetSupportedUnitsOfMeasure method.

    This property has effect only if User Interface is not used (Device_ShowUI=False).

    Information about error that occurs during getting/setting property value can be get using the Error and ErrorString properties.
    Example
    Please see example here.
    See Also