VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Web.Services Namespace / VintasoftImageConverterWebService Class / CreateTiffEncoder(WebTiffEncoderSettings) Method
Syntax Requirements SeeAlso
In This Topic
    CreateTiffEncoder(WebTiffEncoderSettings) Method (VintasoftImageConverterWebService)
    In This Topic
    Creates the TIFF encoder.
    Syntax
    'Declaration
    
    Protected Overridable Function CreateTiffEncoder( _
    ByVal tiffSettings
    Web TIFF encoder settings.
    As WebTiffEncoderSettings _
    ) As Vintasoft.Imaging.Codecs.Encoders.TiffEncoder
    protected virtual Vintasoft.Imaging.Codecs.Encoders.TiffEncoder CreateTiffEncoder(
    WebTiffEncoderSettings tiffSettings
    )
    protected: virtual Vintasoft.Imaging.Codecs.Encoders.TiffEncoder CreateTiffEncoder(
    WebTiffEncoderSettings* tiffSettings
    )
    protected:
    virtual Vintasoft.Imaging.Codecs.Encoders.TiffEncoder CreateTiffEncoder(
    WebTiffEncoderSettings^ tiffSettings
    )

    Parameters

    tiffSettings
    Web TIFF encoder settings.

    Return Value

    The TIFF encoder.
    Requirements

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

    See Also