ImageGear for .NET
DIB Property
See Also  Send Feedback
ImageGear21.Core Assembly > ImageGear.Core Namespace > ImGearPage Class : DIB Property




Glossary Item Box

Gets a reference to the ImGearDIB class object. This object contains the page's pixel data.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

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

©2013. Accusoft Corporation. All Rights Reserved.