ImageGear Professional v18.2 > API Reference Guide > PDF Component API Reference > PDF Component Objects > Page Editing Objects and Elements > IGPDEFont Object > IGPDEFont Methods > SubsetNow Method |
Subsets a given PDE Font in Doc.
If you created font with CreatePDEFontFromSysFont Method, you must have set both the IG_PDE_FONT_CREATE_EMBEDDED and IG_PDE_FONT_WILL_SUBSET in the flags parameter to be able to subset font.
SubsetNow (Doc As IGPDFDoc)
Name | Description |
---|---|
Doc | The document whose font is subset. |
None