|
PoDoFo 1.2.0
|
#include <PdfTokenizer.h>
Public Attributes | |
| bool | ThrowOnError: 1 |
| If set, malformed content raises an exception in the current call. | |
| bool | Strict: 1 |
| PdfTokenizerFlags::StrictParsing at the time of the entry-point call so internal paths can react to strict mode without touching the tokenizer state again. | |
| bool PoDoFo::PdfTokenizer::ParsingOptions::ThrowOnError |
If set, malformed content raises an exception in the current call.
Otherwise the offending method logs a message and returns false so the caller can bail out early.