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