Aspose::Pdf::Plugins::PdfAOptionsBase::set_PuaSymbolsProcessingStrategy method
PdfAOptionsBase::set_PuaSymbolsProcessingStrategy method
Sets the strategy for processing Private Use Area (PUA) symbols in the PDF document.
void Aspose::Pdf::Plugins::PdfAOptionsBase::set_PuaSymbolsProcessingStrategy(PdfFormatConversionOptions::PuaProcessingStrategy value)
Remarks
The strategy for processing PUA symbols. The default is PdfFormatConversionOptions::PuaProcessingStrategy::None for the Level B conformance documents, and PdfFormatConversionOptions::PuaProcessingStrategy::SurroundPuaTextWithEmptyActualText for the Level A conformance ones.
See Also
- Enum PuaProcessingStrategy
- Class PdfAOptionsBase
- Namespace Aspose::Pdf::Plugins
- Library Aspose.PDF for C++