'Declaration Public Function Contains( _
ByVal itemThe item to locate in the PdfArray.As PdfBasicObject _
) As Boolean
public bool Contains(
PdfBasicObject item
)
public: bool Contains(
PdfBasicObject* item
)
public:
bool Contains(
PdfBasicObject^ item
)
Parameters
- item
- The item to locate in the PdfArray.
Return Value
True if item is found in the PdfArray; otherwise, false.