1. GroupDocs.Conversion
  2. /
  3. GroupDocs.Conversion for .NET
  4. /
  5. GroupDocs.Conversion.Options.Convert
  6. /
  7. IUsePdfConvertOptions

IUsePdfConvertOptions

IUsePdfConvertOptions interface

Represents options that support converting to PDF if required

public interface IUsePdfConvertOptions

Properties

Name Description
UsePdf { get; set; } If true, the input firstly is converted to PDF and after that to desired format

See Also