Enum PdfReaderProblemType
public enum PdfReaderProblemType
Fields
InvalidObjectReference = 1A reference to a not existing object occurs. PDF reference states that such a reference is considered to be a reference to the Null-Object, but it is worth to be reported.
InvalidStreamLength = 2The specified length of a stream is invalid.
MultipleObjectId = 4The ID of an object occurs more than once.
UnreachableStreamLength = 3The specified length is an indirect reference to an object in an Object stream that is not yet decrypted.