'Declaration <DescriptionAttribute("A value indicating whether TWAIN device manager is installed in the system.")> Public ReadOnly Property IsTwainAvailable As Boolean
[Description("A value indicating whether TWAIN device manager is installed in the system.")] public bool IsTwainAvailable { get; }
[Description("A value indicating whether TWAIN device manager is installed in the system.")] public: __property bool get_IsTwainAvailable();
[Description("A value indicating whether TWAIN device manager is installed in the system.")] public:
property bool IsTwainAvailable { bool get(); }
Property Value
true - диспетчер TWAIN устройств найден, false - диспетчер TWAIN устройств не найден.