Click or drag to resize

Pdf3DNodeCollection Contains Method

Determines whether [contains] [the specified value].

Namespace: Spire.Pdf.Annotations
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public bool Contains(
	Pdf3DNode value
)

Parameters

value
Type: Spire.Pdf.Annotations Pdf3DNode
The value.

Return Value

Type: Boolean
if it contains the specified value, set to true .
See Also