View on GitHub

SARAFF SOFTWARE

All products / Saraff.Twain.NET / Contents

Custom capability

if((this._twain32.IsCapSupported((TwCap)0x9876 /*custom capability code*/)&TwQC.GetCurrent)!=0) {
    var _value=this._twain32.GetCurrentCap((TwCap)0x9876 /*custom capability code*/);
}