PdfAOptionsBase.PuaSymbolsProcessingStrategy

PdfAOptionsBase.PuaSymbolsProcessingStrategy property

Gets or sets the strategy for processing Private Use Area (PUA) symbols in the PDF document.

public PuaProcessingStrategy PuaSymbolsProcessingStrategy { get; set; }

Property Value

The strategy for processing PUA symbols. The default is None for the Level B conformance documents, and SurroundPuaTextWithEmptyActualText for the Level A conformance ones.

See Also