VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Info Namespace / IsImageGrayscaleCommand Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    IsImageGrayscaleCommand Class
    In This Topic
    Determines whether an image contains only gray colors.
    Object Model
    IsImageGrayscaleCommandResult IsImageBlackWhiteCommandResult RegionOfInterest ProcessingCommandResults IsImageGrayscaleCommand
    Syntax
    'Declaration
    
    Public Class IsImageGrayscaleCommand
       Inherits Vintasoft.Imaging.ImageProcessing.ProcessingCommandWithRegion
    
    
    public class IsImageGrayscaleCommand : Vintasoft.Imaging.ImageProcessing.ProcessingCommandWithRegion
    
    
    public __gc class IsImageGrayscaleCommand : public Vintasoft.Imaging.ImageProcessing.ProcessingCommandWithRegion*
    
    
    public ref class IsImageGrayscaleCommand : public Vintasoft.Imaging.ImageProcessing.ProcessingCommandWithRegion^
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase
          Vintasoft.Imaging.ImageProcessing.ProcessingCommandWithRegion
             Vintasoft.Imaging.ImageProcessing.Info.IsImageGrayscaleCommand

    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