ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEFont Class / SubsetNow Method
The document whose font is subsetted.




In This Topic
    SubsetNow Method
    In This Topic
    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