Click or drag to resize

PdfOptionCollectionContains Method (String)

Determines whether the PdfOptionCollection contains a PdfOption with a specific name

Namespace:  RadPdf.Data.Document.Objects.FormFields.Options
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public bool Contains(
	string name
)

Parameters

name
Type: SystemString
PdfOptionName to match

Return Value

Type: Boolean
true if the PdfOption is found in the PdfOptionCollection; otherwise, false.
See Also