diff options
author | Henrique Nakashima <hnakashima@chromium.org> | 2018-03-27 16:26:44 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-03-27 16:26:44 +0000 |
commit | c90adc58b97200d20b0532bde95b79dcba00637f (patch) | |
tree | 002895239afa554f84a0fb76e6cb85265fef19b3 /public/fpdfview.h | |
parent | c526e38a47a7fc7d83cc87aaf521d14bb7b7304d (diff) | |
download | pdfium-c90adc58b97200d20b0532bde95b79dcba00637f.tar.xz |
Open FPDF_PAGEOBJECTMARK API.
Initially it contains:
- FPDFPageObj_CountMarks
- FPDFPageObj_GetMark
- FPDFPageObjMark_GetName
This allows reading the content marks from a page object.
Bug: pdfium:1037
Change-Id: I3d7554b71f938778890fdb44088e0d45dd2718d9
Reviewed-on: https://pdfium-review.googlesource.com/28710
Commit-Queue: Henrique Nakashima <hnakashima@chromium.org>
Reviewed-by: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'public/fpdfview.h')
-rw-r--r-- | public/fpdfview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/fpdfview.h b/public/fpdfview.h index ffa4678347..de7fbe4663 100644 --- a/public/fpdfview.h +++ b/public/fpdfview.h @@ -46,6 +46,7 @@ typedef void* FPDF_LINK; typedef void* FPDF_PAGE; typedef void* FPDF_PAGELINK; typedef void* FPDF_PAGEOBJECT; // Page object(text, path, etc) +typedef void const* FPDF_PAGEOBJECTMARK; typedef void* FPDF_PAGERANGE; typedef void* FPDF_RECORDER; typedef void* FPDF_SCHHANDLE; |