VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfPageJS type
In This Topic
WebPdfPageJS Class Methods
In This Topic
For a list of all methods of this type, see WebPdfPageJS.
Methods
 NameDescription
Public MethodGets the parent PDF document of this page.
Public MethodGets the unique guid associated with this page.
Public MethodGets a zero-based index of this page in PDF document.
Public MethodReturns all content images, which are located on this PDF page.
Public MethodReturns all links, which are associated with this PDF page.
Public MethodReturns all text blocks, which are located on this PDF page.
Public MethodReturns the transformation matrix from page space to the image space.
Public MethodReturns a value indicating whether information about content images is received.
Public MethodReturns a value indicating whether links are received.
Public MethodReturns a value indicating whether information about text blocks is received.
Public MethodReturns a value indicating whether information about transformation from page space to the image space is received.
Public MethodConverts points from image coordinate space to the PDF page coordinate space taking into account the image resolution.
Public MethodSends an asynchronous request for getting all image resources associated with this PDF page.
Public MethodSends an asynchronous request for getting all links associated with this PDF page.
Public MethodSends 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.
Public MethodSends an asynchronous request for getting all text blocks, which are located on PDF page.
Public MethodSends an asynchronous request to save changes in text blocks on PDF page.
See Also