PDFReaderControls.NET Professional Type Reference

Font.AddToSubset Method 

Add characters to the embedded subset.

public void AddToSubset(
   char[] subset
);

Parameters

subset
Add these characters to the subset.

Remarks

It is only valid to call this method if the EmbedMode of this font is Subset.

See Also

Font Class | TallComponents.PDF.Fonts Namespace