PDFReaderControls.NET Professional Type Reference

MarkupCollection.Contains Method 

Determine whether an Markup is in the MarkupCollection.

public bool Contains(
   Markup markup
);

Parameters

markup
The Markup to verify.

Return Value

True if the Markup is found in this MarkupCollection, false otherwise.

Remarks

The markup does not accept a a null reference as a valid value.

Exceptions

Exception Type Condition
ArgumentNullException The given markup is a null reference.

See Also

MarkupCollection Class | TallComponents.PDF.Annotations.Markups Namespace