VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.Web.Services Namespace / VintasoftFileWebService Class / FileValidation(WebImageFileResponseParams,Stream) Method
Syntax Requirements SeeAlso
In This Topic
    FileValidation(WebImageFileResponseParams,Stream) Method (VintasoftFileWebService)
    In This Topic
    Validates that specified stream can be saved on a server.
    Syntax

    Parameters

    responseParams
    Response from the server.
    fileStream
    Stream with file data.

    Return Value

    true - stream contains image or PDF document and can be saved on server; false - file stream cannot be saved on server.
    Requirements

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

    See Also