ImageGearJava Project > com.accusoft.imagegear.core Package > ImGearPage Class : getDIB Method |
Provides access to image properties and image pixel data.
The getDIB
method always returns a non-null reference. However, an com.accusoft.imagegear.formats.xmp.pagedtext.ImGearPagedTextXMPMetadata object can also be used without allocating its DIB's pixel store. The method ImGearDIB.isEmpty is available to detect whether the pixel store has been allocated.
public ImGearDIB getDIB() |