🤖 Merge PR #49589 Added PDFPageProxy#getPermissions by @notoriousmango

* Added PDFPageProxy#getPermissions

* Update index.d.ts

* Update index.d.ts
This commit is contained in:
Seong Min Park
2020-12-08 08:03:24 +09:00
committed by GitHub
parent cce02501b0
commit ccb07b13e1

View File

@@ -290,6 +290,11 @@ interface PDFDocumentProxy {
**/
getOutline(): PDFPromise<PDFTreeNode[]>;
/**
* A promise that is resolved with an array that contains the permission flags for the PDF document.
**/
getPermissions(): PDFPromise<number[]>;
/**
* A promise that is resolved with the info and metadata of the PDF.
**/