Table of Contents

Enum PdfReaderProblemType

Namespace
PdfSharp.Pdf.IO
Assembly
PdfSharp.dll
public enum PdfReaderProblemType

Fields

InvalidObjectReference = 1

A 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 = 2

The specified length of a stream is invalid.

MultipleObjectId = 4

The ID of an object occurs more than once.

UnreachableStreamLength = 3

The specified length is an indirect reference to an object in an Object stream that is not yet decrypted.