From 2e1a32bc49f2b7b871cf0d04f25ec45b337f06fb Mon Sep 17 00:00:00 2001 From: Jane Liu Date: Thu, 6 Jul 2017 12:01:25 -0400 Subject: Added APIs for getting/setting string pairs in annotation dictionaries 1. Added APIs for getting/setting arbitary key + value string pairs in annotation dictionaries. * Added an embedder test testing all the new functions. Bug=pdfium:737 Change-Id: I93c9ca6fccf787028e106607ef8cf549ebca95d8 Reviewed-on: https://pdfium-review.googlesource.com/7150 Commit-Queue: Jane Liu Reviewed-by: dsinclair --- public/fpdfview.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'public/fpdfview.h') diff --git a/public/fpdfview.h b/public/fpdfview.h index ba5cb4ff66..1ff0aeb267 100644 --- a/public/fpdfview.h +++ b/public/fpdfview.h @@ -126,6 +126,9 @@ typedef const FS_RECTF* FS_LPCRECTF; // Annotation subtype. typedef int FPDF_ANNOTATION_SUBTYPE; +// Dictionary value types. +typedef int FPDF_OBJECT_TYPE; + #if defined(_WIN32) && defined(FPDFSDK_EXPORTS) // On Windows system, functions are exported in a DLL #define DLLEXPORT __declspec(dllexport) -- cgit v1.2.3