*/
protected boolean validateXObjectContent(List<ValidationError> result)
throws ValidationException {
ContentStreamWrapper csWrapper = new ContentStreamWrapper(handler);
List<ValidationError> csParseErrors = csWrapper
.validXObjContentStream(pdXObj);
if (csParseErrors == null
|| (csParseErrors != null && csParseErrors.isEmpty())) {
return true;
}