ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats Namespace / ImGearRawLoadOptions Class / IsRasterPacked Property




In This Topic
IsRasterPacked Property
In This Topic
Gets or sets a value indicating whether the raster bits are packed.
Syntax
'Declaration
 
Public Property IsRasterPacked As Boolean
 
'Usage
 
Dim instance As ImGearRawLoadOptions
Dim value As Boolean
 
instance.IsRasterPacked = value
 
value = instance.IsRasterPacked

Property Value

True if the raster bits are packed (the raster bits are not aligned in this case), False - otherwise.
See Also