VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Codecs.Decoders Namespace / JpegDecodingSettings Class / UseSystemDecoderDefaultValue Property
Синтаксис Требования Смотрите также
В этом разделе
    UseSystemDecoderDefaultValue Свойство (JpegDecodingSettings)
    В этом разделе
    Возвращает или устанавливает значение по умолчанию для свойства UseSystemDecoder.
    Синтаксис
    'Declaration
    
    Public Shared Property UseSystemDecoderDefaultValue As Boolean
    
    
    public static bool UseSystemDecoderDefaultValue { get; set; }
    
    
    public: __property static bool get_UseSystemDecoderDefaultValue();
    public: __property static void set_UseSystemDecoderDefaultValue(
    bool value
    );
    public:
    static property bool UseSystemDecoderDefaultValue { bool get(); void set(bool value); }

    Property Value

    Значение по умолчанию - true.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

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