Name | Description | |
---|---|---|
![]() | WebPdfPageJS | Initializes a new instance of the WebPdfPageJS class. |
Name | Description | |
---|---|---|
![]() | WebPdfPageJS | Initializes a new instance of the WebPdfPageJS class. |
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 image resources associated with this PDF page. |
![]() | getLinks | Returns all links associated with this PDF page. |
![]() | getTrasformFromPageSpaceToImageSpace | Returns the transformation matrix from page space to the image space. |
![]() | isContentImagesReceived | Determines that content images are received. |
![]() | isLinksReceived | Determines that links are received. |
![]() | isTransformFromPageSpaceToImageSpaceReceived | Determines that information about transformation from page space to the image space is received. |
![]() | pointsFromPageSpaceToImageSpace | Converts points from image coordinate space to 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. |
Name | Description | |
---|---|---|
![]() | pageInfoReceived | Occurs when parameters of PDF page are obtained. |
![]() | pageInfoRequestFailed | Occurs when request for getting page information is failed. |