VintaSoft Imaging .NET SDK 14.0: Документация для Веб разработчика
Vintasoft.Imaging.Web.Services Namespace / WebPbmEncoderSettings Class / encoding Property
Syntax Requirements SeeAlso
В этом разделе
    encoding Свойство (WebPbmEncoderSettings)
    В этом разделе
    Возвращает или устанавливает кодировку PBM файла.
    Синтаксис
    'Declaration
    
    Public Property encoding As Vintasoft.Imaging.Codecs.ImageFiles.Pbm.PbmEncoding
    
    
    public Vintasoft.Imaging.Codecs.ImageFiles.Pbm.PbmEncoding encoding { get; set; }
    
    
    public: __property Vintasoft.Imaging.Codecs.ImageFiles.Pbm.PbmEncoding get_encoding();
    public: __property void set_encoding(
    Vintasoft.Imaging.Codecs.ImageFiles.Pbm.PbmEncoding value
    );
    public:
    property Vintasoft.Imaging.Codecs.ImageFiles.Pbm.PbmEncoding encoding { Vintasoft.Imaging.Codecs.ImageFiles.Pbm.PbmEncoding get(); void set(Vintasoft.Imaging.Codecs.ImageFiles.Pbm.PbmEncoding value); }

    Property Value

    Значение по умолчанию - Vintasoft.Imaging.Codecs.ImageFiles.Pbm.PbmEncoding.Binary.
    Требования

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

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