ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEFont Class / EmbedNow Method
The container document.




In This Topic
    EmbedNow Method
    In This Topic
    Embeds font stream.
    Syntax
    'Declaration
     
    Public Sub EmbedNow( _
       ByVal document As ImGearPDFDocument _
    ) 
    'Usage
     
    Dim instance As ImGearPDEFont
    Dim document As ImGearPDFDocument
     
    instance.EmbedNow(document)
    public void EmbedNow( 
       ImGearPDFDocument document
    )
    public: void EmbedNow( 
       ImGearPDFDocument* document
    ) 
    public:
    void EmbedNow( 
       ImGearPDFDocument^ document
    ) 

    Parameters

    document
    The container document.
    Remarks
    The user can check the value of CreateNeedFlags to see if calling of EmbedNow is needed.
    See Also