Namespace: Kettic.PdfAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic bool Contains(
PdfObject value
)
Public Function Contains (
value As PdfObject
) As Boolean
public:
bool Contains(
PdfObject^ value
)
member Contains :
value : PdfObject -> bool
Parameters
- value
- Type: Kettic.PdfPdfObject
Return Value
Type:
Boolean
See Also