| Index: fpdfsdk/javascript/Document.h
|
| diff --git a/fpdfsdk/javascript/Document.h b/fpdfsdk/javascript/Document.h
|
| index 1c20ac42215e74fd20dc9a21bee421a951c86ffe..feef228c6e5a1d165682ea54e280a4e5499844a8 100644
|
| --- a/fpdfsdk/javascript/Document.h
|
| +++ b/fpdfsdk/javascript/Document.h
|
| @@ -255,6 +255,10 @@ class Document : public CJS_EmbedObj {
|
| const std::vector<CJS_Value>& params,
|
| CJS_Value& vRet,
|
| CFX_WideString& sError);
|
| + FX_BOOL syncAnnotScan(IJS_Context* cc,
|
| + const std::vector<CJS_Value>& params,
|
| + CJS_Value& vRet,
|
| + CFX_WideString& sError);
|
| FX_BOOL mailDoc(IJS_Context* cc,
|
| const std::vector<CJS_Value>& params,
|
| CJS_Value& vRet,
|
| @@ -371,6 +375,7 @@ class CJS_Document : public CJS_Object {
|
| JS_STATIC_METHOD(resetForm, Document);
|
| JS_STATIC_METHOD(saveAs, Document);
|
| JS_STATIC_METHOD(submitForm, Document);
|
| + JS_STATIC_METHOD(syncAnnotScan, Document);
|
| JS_STATIC_METHOD(mailDoc, Document);
|
| };
|
|
|
|
|