PdfAOptionsBase.SymbolicFontEncodingStrategy

PdfAOptionsBase.SymbolicFontEncodingStrategy property

Gets or sets the strategy for encoding symbolic fonts when converting to PDF/A format.

public PdfASymbolicFontEncodingStrategy SymbolicFontEncodingStrategy { get; set; }

Property Value

The symbolic font encoding strategy.

Remarks

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