ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearPage Class / DIB Property




In This Topic
DIB Property
In This Topic
Gets a reference to the ImGearDIB class object. This object contains the page's pixel data.
Syntax
'Declaration
 
Public ReadOnly Property DIB As ImGearDIB
 
'Usage
 
Dim instance As ImGearPage
Dim value As ImGearDIB
 
value = instance.DIB

Property Value

Non-null reference to an instance of ImGearDIB class.
Remarks

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.

See Also