ImageGear PDF v25.2 - Updated
SubsetNow Method




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEFont Class : SubsetNow Method
The document whose font is subsetted.
Subsets a given PDE Font in Doc.
Syntax
'Declaration
 
Public Sub SubsetNow( _
   ByVal document As ImGearPDFDocument _
) 
'Usage
 
Dim instance As ImGearPDEFont
Dim document As ImGearPDFDocument
 
instance.SubsetNow(document)
public void SubsetNow( 
   ImGearPDFDocument document
)
public: void SubsetNow( 
   ImGearPDFDocument* document
) 
public:
void SubsetNow( 
   ImGearPDFDocument^ document
) 

Parameters

document
The document whose font is subsetted.
Remarks
If you created font with CreatePDEFontFromSysFont, you must have set both the CREATE_EMBEDDED and WILL_SUBSET set in the options parameter to be able to subset font.
See Also

Reference

ImGearPDEFont Class
ImGearPDEFont Members
ImGearPDFDocument Class

Is this page helpful?
Yes No
Thanks for your feedback.