Type Default Value Read Only Description
[C#]
bool

[Visual Basic]
Boolean
false No Whether to perform extra checks when reading PDF documents.

 

   

Notes
 

Some PDF files may not be fully compliant with PDF specifications or may even be corrupt. Reading such documents requires extra checks that are time-consuming and are therefore disabled by default.

Set this property to true if you are having problems opening a document.

Note that sometimes you may not get any exceptions when calling Doc.Read without extra checks. The problem may become apparent only when trying to save a read document or when trying to open a saved document. For example, Adobe Reader may report an error when opening a file that has been saved using ABCpdf. These are all indications that the original document read may have had problems in the first place. It is therefore worth trying to read it with extra checks.

Please note that the checks enabled are time-consuming and may not not be suitable for very large documents.

 

   

Example
 

None.