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

    Parameters

    tiffSettings
    Web TIFF encoder settings.

    Return Value

    The TIFF encoder settings.
    Requirements

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

    See Also