VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Encoders Namespace / AvailableEncoders Class / CreateMultipageEncoder(String) Method
Syntax Requirements SeeAlso
In This Topic
CreateMultipageEncoder(String) Method (AvailableEncoders)
In This Topic
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
public static MultipageEncoderBase CreateMultipageEncoder(
System.String filename
)

Parameters

filename
The name of the image file.

Return Value

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

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

See Also