AsciiDoctorJRunnerSettingsExtensions.

WithBackend(AsciiDoctorJRunnerSettings, string) Method

Summary

Set the Backend Use this only if you need a non-builtin backend (e.g. "pdf") For builtin backends use WithBuiltinBackend(AsciiDoctorJRunnerSettings, BuiltinBackend).

Syntax

public static AsciiDoctorJRunnerSettings WithBackend(this AsciiDoctorJRunnerSettings this, string backend)

Parameters

Name Type Description
this AsciiDoctorJRunnerSettings The AsciiDoctorJRunnerSettings that extended by this.
backend string The name of the backend to use.

Return Value

Type Description
AsciiDoctorJRunnerSettings The reference to the AsciiDoctorJRunnerSettings.