diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/pdfwriter.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/vcl/pdfwriter.hxx b/include/vcl/pdfwriter.hxx index 47d2528aa460..c68feba88f93 100644 --- a/include/vcl/pdfwriter.hxx +++ b/include/vcl/pdfwriter.hxx @@ -552,6 +552,10 @@ The following structure describes the permissions used in PDF security /* decides the PDF language level to be produced */ PDFVersion Version; + + /* PDF/UA compliance */ + bool UniversalAccessibilityCompliance; + /* valid for PDF >= 1.4 causes the MarkInfo entry in the document catalog to be set */ |