Only allow specific file types using validation rules

Am I missing something?

[Step 1 Source Document].Files.Filter(
  Find([Content Type], "pdf") < 0 and
    StartsWith([Content Type], "image/") = false
).Count() = 0

This is always blocking any new submission.