 | PdfFontCollectionContains Method |
Determines whether the collection contains a specific
PdfFont.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic bool Contains(
PdfFont item
)
Public Function Contains (
item As PdfFont
) As Boolean
public:
virtual bool Contains(
PdfFont^ item
) sealed
abstract Contains :
item : PdfFont -> bool
override Contains :
item : PdfFont -> bool public final boolean Contains(
PdfFont item
)
Parameters
- item PdfFont
- The PdfFont to locate in the collection.
Return Value
Booleantrue if
PdfFont is found in the collection; otherwise, false.
Implements
IReadOnlyListTContains(T)
See Also