mirror of
https://github.com/chenasraf/DefinitelyTyped.git
synced 2026-05-18 01:49:01 +00:00
🤖 Merge PR #49589 Added PDFPageProxy#getPermissions by @notoriousmango
* Added PDFPageProxy#getPermissions * Update index.d.ts * Update index.d.ts
This commit is contained in:
5
types/pdfjs-dist/index.d.ts
vendored
5
types/pdfjs-dist/index.d.ts
vendored
@@ -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.
|
||||
**/
|
||||
|
||||
Reference in New Issue
Block a user