ImageGear21.Core Assembly > ImageGear.Core Namespace > ImGearPage Class : DIB Property |
'Declaration Public ReadOnly Property DIB As ImGearDIB
'Usage Dim instance As ImGearPage Dim value As ImGearDIB value = instance.DIB
public ImGearDIB DIB {get;}
public: __property ImGearDIB* get_DIB();
public: property ImGearDIB^ DIB { ImGearDIB^ get(); }
Provides access to image properties and image pixel data.
The DIB
property always returns a non-null reference. However, an ImGearPage object can also be used without allocating its DIB's pixel store. The property ImGearDIB.IsEmpty is available to detect whether the pixel store has been allocated.