VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.Web.Services Namespace / BaseProcessingCommandRequestParams Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    BaseProcessingCommandRequestParams 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.
    Object Model
    WebRenderingSettings WebDecodingSettings WebImageInfo BaseProcessingCommandRequestParams
    Syntax
    'Declaration
    
    Public Class BaseProcessingCommandRequestParams
       Inherits Vintasoft.Shared.Web.WebExtendedImageInfoRequestParams
    
    
    public class BaseProcessingCommandRequestParams : Vintasoft.Shared.Web.WebExtendedImageInfoRequestParams
    
    
    public __gc class BaseProcessingCommandRequestParams : public Vintasoft.Shared.Web.WebExtendedImageInfoRequestParams*
    
    
    public ref class BaseProcessingCommandRequestParams : public Vintasoft.Shared.Web.WebExtendedImageInfoRequestParams^
    
    
    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.ImageProcessingCommandWithSourceChangeRequestParams
                   Vintasoft.Imaging.ImageProcessing.Web.Services.GetBorderRectRequestParams
                   Vintasoft.Imaging.ImageProcessing.Web.Services.InformativeImageProcessingCommandWithRegionRequestParams
                   Vintasoft.Imaging.ImageProcessing.Web.Services.GetImageColorDepthRequestParams
                   Vintasoft.Imaging.ImageProcessing.Web.Services.HasCertainColorRequestParams
                   Vintasoft.Imaging.ImageProcessing.Web.Services.IsImageBlackWhiteRequestParams
                   Vintasoft.Imaging.ImageProcessing.Web.Services.IsImageBlankRequestParams
                   Vintasoft.Imaging.ImageProcessing.DocCleanup.Web.Services.DocumentSegmentationRequestParams
                   Vintasoft.Imaging.ImageProcessing.DocCleanup.Web.Services.GetDocumentImageRotationAngleRequestParams
                   Vintasoft.Imaging.ImageProcessing.DocCleanup.Web.Services.GetRotationAngleRequestParams
                   Vintasoft.Imaging.ImageProcessing.DocCleanup.Web.Services.GetTextOrientationRequestParams
                   Vintasoft.Imaging.ImageProcessing.DocCleanup.Web.Services.HalftoneRecognitionRequestParams
                   Vintasoft.Imaging.ImageProcessing.DocCleanup.Web.Services.ImageSegmentationRequestParams
                   Vintasoft.Imaging.ImageProcessing.DocCleanup.Web.Services.IsDocumentImageRequestParams

    Requirements

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

    See Also