PdfDictionaryContains Method |
Namespace: Kettic.PdfAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic bool Contains(
PdfName key
)
Public Function Contains (
key As PdfName
) As Boolean
public:
bool Contains(
PdfName^ key
)
member Contains :
key : PdfName -> bool
Parameters
- key
- Type: Kettic.PdfPdfName
Return Value
Type:
Boolean
See Also