IConversionOptionsOnly

IConversionOptionsOnly interface

Fluent interface for setting only conversion options.

public interface IConversionOptionsOnly

Methods

Name Description
WithOptions(ConvertOptions) Sets conversion options for the conversion process.
WithOptions(Func<ConvertContext, ConvertOptions>) Sets conversion options using a provider function.

See Also