Namespace: SautinSoft.Pdf.ObjectsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax public bool Contains(
PdfBasicObject item
)
Public Function Contains (
item As PdfBasicObject
) As Boolean
Parameters
- item PdfBasicObject
- The PdfBasicObject to locate in the PdfArray.
Return Value
Boolean if
item is found in the
PdfArray; otherwise,
.
Implements
ICollectionTContains(T)See Also