1. Home
  2. /
  3. GroupDocs.Conversion.LowCode
  4. /
  5. GroupDocs.Conversion.Options.Convert
  6. /
  7. ConvertOptions

ConvertOptions<TFileType> class

Abstract generic conversion options class.

public abstract class ConvertOptions<TFileType> : ConvertOptions
    where TFileType : FileType

Public Members

namedescription
Format { get; set; }The desired file type the input document should be converted to.

See Also