VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Web.Services Namespace / WebWebpEncoderSettings Class / FileType Property
Syntax Requirements SeeAlso
In This Topic
    FileType Property (WebWebpEncoderSettings)
    In This Topic
    Gets the webp file format used. Either lossless or lossy.
    Syntax
    '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 value
    );
    public:
    property Vintasoft.Imaging.Codecs.Webp.WebpFileFormatType FileType { Vintasoft.Imaging.Codecs.Webp.WebpFileFormatType get(); void set(Vintasoft.Imaging.Codecs.Webp.WebpFileFormatType value); }

    Property Value

    Default value is Vintasoft.Imaging.Codecs.Webp.WebpFileFormatType.Lossless.
    Requirements

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

    See Also