VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Ocr.ML.HandwrittenDigits Namespace / HandwrittenDigitsLineRecognizer Class / SupportedPixelFormats Property
Syntax Requirements SeeAlso
In This Topic
    SupportedPixelFormats Property (HandwrittenDigitsLineRecognizer)
    In This Topic
    Gets the supported pixel formats.
    Syntax
    'Declaration
    
    Public Shared ReadOnly Property SupportedPixelFormats As Vintasoft.Imaging.PixelFormat[]
    
    
    public static Vintasoft.Imaging.PixelFormat[] SupportedPixelFormats { get; }
    
    
    public: __property static Vintasoft.Imaging.PixelFormat[] get_SupportedPixelFormats();
    
    
    
    public:
    static property Vintasoft.Imaging.PixelFormat[] SupportedPixelFormats { Vintasoft.Imaging.PixelFormat[] get(); }
    Requirements

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

    See Also