VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.Web.Services Namespace / IsImageBlackWhiteRequestParams Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    IsImageBlackWhiteRequestParams Class
    In This Topic
    Request to a web service. Contains parameters, which must be sent to a web service for checking whether an image contains only black and white colors.
    Object Model
    WebRenderingSettings WebDecodingSettings WebImageInfo IsImageBlackWhiteRequestParams
    Syntax
    'Declaration
    
    Public Class IsImageBlackWhiteRequestParams
       Inherits BaseProcessingCommandRequestParams
    
    
    public class IsImageBlackWhiteRequestParams : BaseProcessingCommandRequestParams
    
    
    public __gc class IsImageBlackWhiteRequestParams : public BaseProcessingCommandRequestParams*
    
    
    public ref class IsImageBlackWhiteRequestParams : public BaseProcessingCommandRequestParams^
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Shared.Web.WebRequestParamsBase
          Vintasoft.Shared.Web.WebImageInfoRequestParams
             Vintasoft.Shared.Web.WebExtendedImageInfoRequestParams
                Vintasoft.Imaging.ImageProcessing.Web.Services.BaseProcessingCommandRequestParams
                   Vintasoft.Imaging.ImageProcessing.Web.Services.IsImageBlackWhiteRequestParams

    Requirements

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

    See Also