FontCollectionContains Method |
Checks if the specified font belongs to the fonts collection.
Namespace: ExpertPdf.PdfCreatorAssembly: epdfcreator (in epdfcreator.dll) Version: 21.1.0
Syntaxpublic bool Contains(
PdfFont font
)
Public Function Contains (
font As PdfFont
) As Boolean
Parameters
- font PdfFont
- Font to search.
Return Value
BooleanTrue if the font is found in the collection, otherwise returns false.
See Also