LatexLoadOptions

LatexLoadOptions class

Represents options for loading/importing TeX file into PDF document.

The LatexLoadOptions type exposes the following members:

Constructors

NameDescription
LatexLoadOptions()Initializes a new instance of the LatexLoadOptions class

Properties

NameDescription
warning_handlerCallback to handle any warnings generated.
The WarningHandler returns ReturnAction enum item specifying either Continue or Abort.
Continue is the default action and the Load operation continues, however the user may also return Abort in which case the Load operation should cease.
load_formatRepresents file format which LoadOptions describes.
job_nameGets/set the name of the job.
input_directoryGets/sets TeX input directory.
output_directoryGets/sets TeX output directory.
repeatGets/sets the flag indicating whether it is necessary to run the TeX job twice in case,
for example, there are references in input TeX file(s). In general, this behavior is useful when
the engine collects some data along the typesetting process and stores it in an auxilliary file,
all at the first run. And at the second run, the engine somehow uses that data.
subset_fontsGets/sets the flag indicating whether to subset fonts in output file or not.
show_terminal_outputGets/sets the flag indicating whether to show terminal output on the console.
date_timeGets/sets a certain value for date/time primitives like \year, \month, \day and \time.
no_ligaturesGets/sets a flag that cancels ligatures in all fonts.
rasterize_formulasGets/sets a flag that allows to rasterize math formulas.

See Also