encoding Property (WebPbmEncoderSettings)
Gets or sets the encoding of PBM file.
'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
);
public:
property Vintasoft.Imaging.Codecs.ImageFiles.Pbm.PbmEncoding encoding {
Vintasoft.Imaging.Codecs.ImageFiles.Pbm.PbmEncoding get();
void set(Vintasoft.Imaging.Codecs.ImageFiles.Pbm.PbmEncoding );
}
Property Value
Default value is Vintasoft.Imaging.Codecs.ImageFiles.Pbm.PbmEncoding.Binary.
Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5