ImageGear .NET
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

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback