FileType Property (WebWebpEncoderSettings)
Gets the webp file format used. Either lossless or lossy.
'Declaration
Public Property FileType As Vintasoft.Imaging.Codecs.Webp.WebpFileFormatType
public Vintasoft.Imaging.Codecs.Webp.WebpFileFormatType FileType { get; set; }
public: __property Vintasoft.Imaging.Codecs.Webp.WebpFileFormatType get_FileType();
public: __property void set_FileType(
Vintasoft.Imaging.Codecs.Webp.WebpFileFormatType
);
public:
property Vintasoft.Imaging.Codecs.Webp.WebpFileFormatType FileType {
Vintasoft.Imaging.Codecs.Webp.WebpFileFormatType get();
void set(Vintasoft.Imaging.Codecs.Webp.WebpFileFormatType );
}
Property Value
Default value is Vintasoft.Imaging.Codecs.Webp.WebpFileFormatType.Lossless.
Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5