VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Data Namespace / CompressedImageStorage Class / NeedCompressImage(VintasoftImage) Method
Syntax Remarks Requirements SeeAlso
In This Topic
    NeedCompressImage(VintasoftImage) Method (CompressedImageStorage)
    In This Topic
    Determines whether the storage need to compress an image.
    Syntax
    'Declaration
    
    Protected Overridable Function NeedCompressImage( _
    ByVal image
    The image that should ne stored in storage.
    As Vintasoft.Imaging.VintasoftImage _
    ) As Boolean
    protected virtual bool NeedCompressImage(
    Vintasoft.Imaging.VintasoftImage image
    )
    protected: virtual bool NeedCompressImage(
    Vintasoft.Imaging.VintasoftImage* image
    )
    protected:
    virtual bool NeedCompressImage(
    Vintasoft.Imaging.VintasoftImage^ image
    )

    Parameters

    image
    The image that should ne stored in storage.

    Return Value

    True - storage need to compress an image;
    false - storage does NOT need to compress an image.
    Remarks

    Always returns true.

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also