Aspose::TeX::TeXJob::TeXJob constructor

TeXJob::TeXJob(System::SharedPtr<Presentation::Device>, System::SharedPtr<TeXOptions>) constructor

Creates a TeX job for running the engine in production mode to typeset a TeX document. The engine will prompt the file name as soon as it starts. Thus this run is supposed to be interactive.

Aspose::TeX::TeXJob::TeXJob(System::SharedPtr<Presentation::Device> device, System::SharedPtr<TeXOptions> options)
ParameterTypeDescription
deviceSystem::SharedPtr<Presentation::Device>The device defining output representation.
optionsSystem::SharedPtr<TeXOptions>TeX engine run options.

See Also

TeXJob::TeXJob(System::SharedPtr<System::IO::Stream>, System::SharedPtr<Presentation::Device>, System::SharedPtr<TeXOptions>) constructor

Creates a TeX job for running the engine in production mode to typeset a TeX file.

Aspose::TeX::TeXJob::TeXJob(System::SharedPtr<System::IO::Stream> stream, System::SharedPtr<Presentation::Device> device, System::SharedPtr<TeXOptions> options)
ParameterTypeDescription
streamSystem::SharedPtr<System::IO::Stream>The stream containing the TeX file.
deviceSystem::SharedPtr<Presentation::Device>The device defining output representation.
optionsSystem::SharedPtr<TeXOptions>TeX engine run options.

See Also

TeXJob::TeXJob(System::String, System::SharedPtr<Presentation::Device>, System::SharedPtr<TeXOptions>) constructor

Creates a TeX job for running the engine in production mode to typeset a TeX file.

Aspose::TeX::TeXJob::TeXJob(System::String path, System::SharedPtr<Presentation::Device> device, System::SharedPtr<TeXOptions> options)
ParameterTypeDescription
pathSystem::StringThe path to the TeX file.
deviceSystem::SharedPtr<Presentation::Device>The device defining output representation.
optionsSystem::SharedPtr<TeXOptions>TeX engine run options.

See Also