ImageGear .NET - Updated November 28, 2017
IsRasterPacked Property




ImageGear23.Formats.Common Assembly > ImageGear.Formats Namespace > ImGearRawLoadOptions Class : IsRasterPacked Property
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

Reference

ImGearRawLoadOptions Class
ImGearRawLoadOptions Members