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