| Name | Description | |
|---|---|---|
![]() | get_Document | Gets the parent PDF document of this page. |
![]() | get_Guid | Gets the unique guid associated with this page. |
![]() | get_PageIndex | Gets a zero-based index of this page in PDF document. |
![]() | getContentImages | Returns all content images, which are located on this PDF page. |
![]() | getLinks | Returns all links, which are associated with this PDF page. |
![]() | getTextBlocks | Returns all text blocks, which are located on this PDF page. |
![]() | getTrasformFromPageSpaceToImageSpace | Returns the transformation matrix from page space to the image space. |
![]() | isContentImagesReceived | Returns a value indicating whether information about content images is received. |
![]() | isLinksReceived | Returns a value indicating whether links are received. |
![]() | isTextBlocksReceived | Returns a value indicating whether information about text blocks is received. |
![]() | isTransformFromPageSpaceToImageSpaceReceived | Returns a value indicating whether information about transformation from page space to the image space is received. |
![]() | pointsFromPageSpaceToImageSpace | Converts points from image coordinate space to the PDF page coordinate space taking into account the image resolution. |
![]() | requestContentImages | Sends an asynchronous request for getting all image resources associated with this PDF page. |
![]() | requestLinks | Sends an asynchronous request for getting all links associated with this PDF page. |
![]() | requestPageInfo | Sends an asynchronous request for getting parameters of PDF page (page index, transformation matrix, media box, etc). Raises the "pageInfoReceived" event if page info is received successfully. Raises the "pageInfoRequestFailed" event, if request is finished with error. |
![]() | requestTextBlocks | Sends an asynchronous request for getting all text blocks, which are located on PDF page. |
![]() | saveChangesInTextBlocks | Sends an asynchronous request to save changes in text blocks on PDF page. |
