ImageGear .NET v24.14 - Updated
IsRasterPacked Property




ImageGear24.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
public bool IsRasterPacked {get; set;}
public: __property bool get_IsRasterPacked();
public: __property void set_IsRasterPacked( 
   bool value
);
public:
property bool IsRasterPacked {
   bool get();
   void set (    bool value);
}

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