ImageGear v26.3 - Updated
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
    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