ImageGear .NET v25.2 - Updated
ImageGear.Twain Assembly / ImageGear.TWAIN Namespace / ImGearTWAINAfterPageEventArgs Class / PendCount Property




In This Topic
    PendCount Property
    In This Topic
    Gets number of pages remaining to be scanned. -1 if unknown.
    Syntax
    'Declaration
     
    Public ReadOnly Property PendCount As Integer
    'Usage
     
    Dim instance As ImGearTWAINAfterPageEventArgs
    Dim value As Integer
     
    value = instance.PendCount
    public int PendCount {get;}
    public: __property int get_PendCount();
    public:
    property int PendCount {
       int get();
    }

    Property Value

    Integer value.
    See Also