Aspose::Pdf::LaTeXSaveOptions class

LaTeXSaveOptions class

Save options for export to TeX format.

class LaTeXSaveOptions : public Aspose::Pdf::TeXSaveOptions

Methods

MethodDescription
AddFontEncs(const System::ArrayPtr<System::String>&)Adds a font ancoding to the font encoding list.
ClearFontEncs()Clears the font encoding list.
get_CacheGlyphs() constGets boolean value which indicates if will font glyphs be cached while preparing aps pages. Improves performance of conversion pdf to other formats but increases memory consumption.
get_CloseResponse() constGets boolean value which indicates will Response object be closed after document saved into response.
get_ExtractOcrSublayerOnly() constThis atrribute turned on functionality for extracting image or text for PDF documents with OCR sublayer.
get_OutDirectoryPath() constProperty for _outDirectoryPath parameter.
get_PagesCount() constReturns the number of pages after conversion.
get_SaveFormat() constFormat of data save.
get_WarningHandler() constCallback to handle any warnings generated. The WarningHandler returns ReturnAction enum item specifying either Continue or Abort. Continue is the default action and the Save operation continues, however the user may also return Abort in which case the Save operation should cease.
set_CacheGlyphs(bool)Sets boolean value which indicates if will font glyphs be cached while preparing aps pages. Improves performance of conversion pdf to other formats but increases memory consumption.
set_CloseResponse(bool)Sets boolean value which indicates will Response object be closed after document saved into response.
set_ExtractOcrSublayerOnly(bool)This atrribute turned on functionality for extracting image or text for PDF documents with OCR sublayer.
set_OutDirectoryPath(System::String)Property for _outDirectoryPath parameter.
set_WarningHandler(System::SharedPtr<IWarningCallback>)Callback to handle any warnings generated. The WarningHandler returns ReturnAction enum item specifying either Continue or Abort. Continue is the default action and the Save operation continues, however the user may also return Abort in which case the Save operation should cease.
TeXSaveOptions()Initializes a new instance of the TeXSaveOptions class.
UnifiedSaveOptions()

Deprecated

Use TeXSaveOptions instead

See Also