Name | Description | |
---|---|---|
![]() | WebPdfDocumentJS | Initializes a new instance of the WebPdfDocumentJS class. |
Name | Description | |
---|---|---|
![]() | WebPdfDocumentJS | Initializes a new instance of the WebPdfDocumentJS class. |
Name | Description | |
---|---|---|
![]() | applyRedactionMarks | Sends an asynchronous request for applying of redaction marks to PDF document. |
![]() | convertToPdfA | Sends an asynchronous request to convert this PDF document to PDF/A format. |
![]() | dispose | Disposes the PDF document. |
![]() | get_Id | Gets an identifier that determines the PDF file source. |
![]() | get_IsDisposed | Gets a value indicating whether the PDF document has been disposed of. |
![]() | get_Password | Gets the PDF document password. |
![]() | get_WebService | Gets the web service that allows to work with PDF document. |
![]() | getBookmarks | Returns the bookmarks of this PDF document. |
![]() | getDocumentInfo | Returns information (author, modification date, etc) about PDF document. |
![]() | getInteractiveForm | Returns the WebPdfDocumentInteractiveFormJS object of this PDF document. |
![]() | getPage | Returns a page of this PDF document. |
![]() | getPages | Returns an array of pages of this PDF document. |
![]() | isBookmarksReceived | Determines that information about bookmarks are received. |
![]() | isDocumentInfoReceived | Determines that document information is received. |
![]() | isInteractiveFormReceived | Determines that information about PDF document interactive form is received. |
![]() | requestBookmarks | Sends an asynchronous request for getting information about bookmarks of this PDF document. |
![]() | requestDocumentInfo | Sends an asynchronous request for getting information about this PDF document. |
![]() | requestInteractiveForm | Sends an asynchronous request for getting information about interactive form of this PDF document. |
![]() | requestResourceData | Sends an asynchronous request for getting data of specified PDF resource. |
![]() | requestResourceInfo | Sends an asynchronous request for getting information about specified PDF resource. |
![]() | set_Password | Sets the PDF document password. |
![]() | updateInteractiveForm | Sends an asynchronous request for updating of PDF interactive form. |
![]() | verifyPdfAConformance | Sends an asynchronous request to verify this PDF document for conformance to PDF/A format. |
Name | Description | |
---|---|---|
![]() | disposed | Occurs when PDF document is disposed. |