VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Encoders Namespace / AvailableEncoders Class / CreateMultipageEncoder(String) Method
Syntax Requirements SeeAlso
    CreateMultipageEncoder(String) Method (AvailableEncoders)
    Returns the MultipageEncoderBase object that should be used for saving the image(s).
    Syntax
    'Declaration
    
    Public Shared Function CreateMultipageEncoder( _
    ByVal filename
    The name of the image file.
    As System.String _
    ) As MultipageEncoderBase
     

    Parameters

    filename
    The name of the image file.

    Return Value

    MultipageEncoderBase object if encoder for specified filename was found, null otherwise.
    Requirements

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

    See Also