PDFDocumentProxy.getMarkInfo method
PDFDocumentProxy › getMarkInfo
Unofficial
Gets the mark information for the document.Signature:
getMarkInfo(): Promise<null | PDFMarkInfo>Returns: Promise<null | PDFMarkInfo> — A promise resolving to the mark info, or null if not available.