VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.Web.Services Namespace / InformativeImageProcessingCommandWithRegionRequestParams Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    InformativeImageProcessingCommandWithRegionRequestParams Class
    In This Topic
    Request to a web service. Contains parameters, which must be sent to a web service for executing an image processing command, which does not modify an image, and can process image region.
    Object Model
    WebRectangle WebRenderingSettings WebDecodingSettings WebImageInfo InformativeImageProcessingCommandWithRegionRequestParams
    Syntax
    'Declaration
    
    Public Class InformativeImageProcessingCommandWithRegionRequestParams
       Inherits BaseProcessingCommandRequestParams
    
    
    public class InformativeImageProcessingCommandWithRegionRequestParams : BaseProcessingCommandRequestParams
    
    
    public __gc class InformativeImageProcessingCommandWithRegionRequestParams : public BaseProcessingCommandRequestParams*
    
    
    public ref class InformativeImageProcessingCommandWithRegionRequestParams : 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.InformativeImageProcessingCommandWithRegionRequestParams
                      Vintasoft.Imaging.ImageProcessing.Web.Services.GetColorCountRequestParams
                      Vintasoft.Imaging.ImageProcessing.Web.Services.GetHistogramRequestParams
                      Vintasoft.Imaging.ImageProcessing.Web.Services.IsImageGrayscaleRequestParams

    Requirements

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

    See Also