FileType Constructor (String, String, String) |
ctor
Namespace: GroupDocs.Conversion.FileTypesAssembly: GroupDocs.Conversion (in GroupDocs.Conversion.dll) Version: 22.6.0.0 (22.6)
Syntaxprotected FileType(
string extension,
string family,
string fileFormat
)
Protected Sub New (
extension As String,
family As String,
fileFormat As String
)
protected:
FileType(
String^ extension,
String^ family,
String^ fileFormat
)
new :
extension : string *
family : string *
fileFormat : string -> FileType
Parameters
- extension
- Type: SystemString
File extension - family
- Type: SystemString
File family - fileFormat
- Type: SystemString
File format description
See Also