VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Web.Services Namespace / WebPbmEncoderSettings Class / encoding Property
Syntax Requirements SeeAlso
In This Topic
    encoding Property (WebPbmEncoderSettings)
    In This Topic
    Gets or sets the encoding of PBM file.
    Syntax
    '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

    Default value is Vintasoft.Imaging.Codecs.ImageFiles.Pbm.PbmEncoding.Binary.
    Requirements

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

    See Also