ConvertOptionsFormat 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 virtual FileType Format { get; set; }
Public Overridable Property Format As FileType
Get
Set
public:
virtual property FileType^ Format {
FileType^ get ();
void set (FileType^ value);
}
abstract Format : FileType with get, set
override Format : FileType with get, set
Property Value
Type:
FileTypeImplements
IConvertOptionsFormat
See Also