* Validate the Pattern content like Color and Show Text Operators using an instance of ContentStreamWrapper.
*/
protected void parsePatternContent(PreflightContext context, PDPage page, PDTilingPatternResources pattern)
throws ValidationException
{
ContentStreamWrapper csWrapper = new ContentStreamWrapper(context, page);
csWrapper.validPatternContentStream((COSStream) pattern.getCOSObject());
}