Aspose::Pdf::Plugins::PdfAOptionsBase::set_SymbolicFontEncodingStrategy method

PdfAOptionsBase::set_SymbolicFontEncodingStrategy method

Sets the strategy for encoding symbolic fonts when converting to PDF/A format.

void Aspose::Pdf::Plugins::PdfAOptionsBase::set_SymbolicFontEncodingStrategy(System::SharedPtr<PdfASymbolicFontEncodingStrategy> value)

Remarks

The symbolic font encoding strategy.

This property allows you to control what CMap subtable would be copied into the result document in cases when the original TrueType symbolic font in the source document contains multiple CMap subtables.

See Also