RemoveProperties

PdfInspectionPackage.RemoveProperties method

Removes metadata properties satisfying the specified predicate.

public override int RemoveProperties(Func<MetadataProperty, bool> predicate)
Parameter Type Description
predicate Func`2 A function to test each metadata property for a condition.

Return Value

The number of affected properties.

See Also