|
PdfFontCollectionContains Method |
Checks if the specified font belongs to the fonts collection.
Namespace:
SelectPdf
Assembly:
Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax public bool Contains(
PdfFont font
)
Public Function Contains (
font As PdfFont
) As Boolean
Parameters
- font
- Type: SelectPdfPdfFont
The specified pdf font.
Return Value
Type:
BooleanTrue if the font is found in the collection, otherwise returns false.
See Also