ConvertOptionsTFileTypeFormat Property |
The desired file type the input document should be converted to.
Namespace: GroupDocs.Conversion.Options.ConvertAssembly: GroupDocs.Conversion (in GroupDocs.Conversion.dll) Version: 22.4.0.0 (22.4)
Syntaxpublic TFileType Format { get; set; }
Public Property Format As TFileType
Get
Set
public:
property TFileType Format {
TFileType get ();
void set (TFileType value);
}
member Format : 'TFileType with get, set
Property Value
Type:
TFileType
See Also