|
PdfFontCollectionContains Method
|
Checks if the specified font belongs to the fonts collection.
Namespace: SelectPdfAssembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntaxpublic bool Contains(
PdfFont font
)
Public Function Contains (
font As PdfFont
) As Boolean
Parameters
- font PdfFont
- The specified pdf font.
Return Value
BooleanTrue if the font is found in the collection, otherwise returns false.
See Also