Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / Font Class / RemoveLinkedFont Method
The Font to be removed from the list of linked fonts.

In This Topic
    RemoveLinkedFont Method
    In This Topic
    Removes a link to the specified Font.
    Syntax
    'Declaration
     
    Public Function RemoveLinkedFont( _
       ByVal linkedFont As Font _
    ) As System.Boolean
    public System.bool RemoveLinkedFont( 
       Font linkedFont
    )

    Parameters

    linkedFont
    The Font to be removed from the list of linked fonts.

    Return Value

    True if the link was successfully removed, False if it was not found.
    See Also