'Declaration <HttpPostAttribute()> Public Overridable Function GetLinksOfPdfPage( _
ByVal requestParamsInformation about PDF document page.As Vintasoft.Shared.Web.WebImageInfoRequestParams _
) As Vintasoft.Imaging.Pdf.Web.Services.PdfPageLinksResponseParams
[HttpPost()] public virtual Vintasoft.Imaging.Pdf.Web.Services.PdfPageLinksResponseParams GetLinksOfPdfPage(
Vintasoft.Shared.Web.WebImageInfoRequestParams requestParams
)
[HttpPost()] public: virtual Vintasoft.Imaging.Pdf.Web.Services.PdfPageLinksResponseParams* GetLinksOfPdfPage(
Vintasoft.Shared.Web.WebImageInfoRequestParams* requestParams
)
[HttpPost()] public:
virtual Vintasoft.Imaging.Pdf.Web.Services.PdfPageLinksResponseParams^ GetLinksOfPdfPage(
Vintasoft.Shared.Web.WebImageInfoRequestParams^ requestParams
)
Parameters
- requestParams
- Information about PDF document page.
Return Value
Response from the server, which contains information about links of PDF document page.