VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.ImageRendering Namespace / ImageRenderer Class / CanPerformImageRegionLosslessRendering(VintasoftImage) Method
Syntax Requirements SeeAlso
In This Topic
    CanPerformImageRegionLosslessRendering(VintasoftImage) Method (ImageRenderer)
    In This Topic
    Determines that renderer can perform the image region rendering without color conversion.
    Syntax
    'Declaration
    
    Public Shared Function CanPerformImageRegionLosslessRendering( _
    ByVal image
    Source image.
    As Vintasoft.Imaging.VintasoftImage _
    ) As Boolean
    public static bool CanPerformImageRegionLosslessRendering(
    Vintasoft.Imaging.VintasoftImage image
    )
    public: static bool CanPerformImageRegionLosslessRendering(
    Vintasoft.Imaging.VintasoftImage* image
    )
    public:
    static bool CanPerformImageRegionLosslessRendering(
    Vintasoft.Imaging.VintasoftImage^ image
    )

    Parameters

    image
    Source image.

    Return Value

    True - renderer can perform the image region rendering without color conversion;
    false - renderer cannot perform the image region rendering without color conversion, i.e. source image format will be changed while rendering.
    Requirements

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

    See Also