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




In This Topic
    Page Property (ImGearTWAINAfterPageEventArgs)
    In This Topic
    Gets ImGearPage object containing the page just scanned.
    Syntax
    'Declaration
     
    Public ReadOnly Property Page As ImGearPage
    'Usage
     
    Dim instance As ImGearTWAINAfterPageEventArgs
    Dim value As ImGearPage
     
    value = instance.Page
    public ImGearPage Page {get;}
    public: __property ImGearPage* get_Page();
    public:
    property ImGearPage^ Page {
       ImGearPage^ get();
    }

    Property Value

    ImageGear.Core.ImGearPage class object.
    See Also