VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Codecs.Encoders Namespace / WebpEncoder Class / SupportedAnnotationsFormat Property
Синтаксис Требования Смотрите также
В этом разделе
    SupportedAnnotationsFormat Свойство (WebpEncoder)
    В этом разделе
    Возвращает формат аннотаций, поддерживаемый кодировщиком.
    Синтаксис
    'Declaration
    
    Public Overrides ReadOnly Property SupportedAnnotationsFormat As Vintasoft.Imaging.AnnotationsFormat
    
    
    public override Vintasoft.Imaging.AnnotationsFormat SupportedAnnotationsFormat { get; }
    
    
    public: __property Vintasoft.Imaging.AnnotationsFormat get_SupportedAnnotationsFormat(); override;
    
    
    
    public:
    property Vintasoft.Imaging.AnnotationsFormat SupportedAnnotationsFormat { Vintasoft.Imaging.AnnotationsFormat get() override;; }

    Property Value

    Всегда возвращает AnnotationsFormat.Нет.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6

    Смотрите также