Implementation of bitmap supplier based on image acquisition.
const iprm::IOptionsList * GetBitmapListInfo() const override
Get optional information about bitmaps in form of section constraints.
int GetBitmapsCount() const override
Get number of produced bitmaps.
const iimg::IBitmap * GetBitmap(int bitmapIndex) const override
Get access to produced bitmap object.
bool InitializeWork() override
Called if the new work should be initialized.
const idoc::IMultiPageDocument * GetDocument() const override
Get multi-page document instance.
int ProduceObject(ProductType &result) const override
iinsp::TSupplierCompWrap< std::unique_ptr< iimg::IMultiBitmapProvider > > BaseClass
Simple interface for a structured document.
Common interface for a provider of a multi-page document.