VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfPageJS type
Constructors SeeAlso
In This Topic
    WebPdfPageJS Class Members
    In This Topic
    The following tables list the members exposed by WebPdfPageJS.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the WebPdfPageJS class.
    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 image resources associated with this PDF page.
    Public MethodReturns all links associated with this PDF page.
    Public MethodReturns the transformation matrix from page space to the image space.
    Public MethodDetermines that content images are received.
    Public MethodDetermines that links are received.
    Public MethodDetermines that information about transformation from page space to the image space is received.
    Public MethodConverts points from image coordinate space to 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.
    Events
     NameDescription
    Public EventOccurs when parameters of PDF page are obtained.
    Public EventOccurs when request for getting page information is failed.
    See Also