Documents for PDF, .NET Edition Documentation
RemoveEudcFont Method

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Text Namespace > Font Class : RemoveEudcFont Method
The EUDC Font with missing user-defined characters.
Removes association to the specified EUDC Font from the current font.
Syntax
'Declaration
 
Public Function RemoveEudcFont( _
   ByVal eudcFont As Font _
) As System.Boolean
public System.bool RemoveEudcFont( 
   Font eudcFont
)

Parameters

eudcFont
The EUDC Font with missing user-defined characters.

Return Value

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

Reference

Font Class
Font Members