'Declaration <HttpPostAttribute("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")> Public Overridable Function GetPdfPageInfo( _
ByVal requestParamsInformation about PDF page.As Vintasoft.Shared.Web.WebImageInfoRequestParams _
) As Vintasoft.Imaging.Pdf.Web.Services.GetPdfPageInfoResponseParams
[HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")] public virtual Vintasoft.Imaging.Pdf.Web.Services.GetPdfPageInfoResponseParams GetPdfPageInfo(
Vintasoft.Shared.Web.WebImageInfoRequestParams requestParams
)
[HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")] public: virtual Vintasoft.Imaging.Pdf.Web.Services.GetPdfPageInfoResponseParams* GetPdfPageInfo(
Vintasoft.Shared.Web.WebImageInfoRequestParams* requestParams
)
[HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")] public:
virtual Vintasoft.Imaging.Pdf.Web.Services.GetPdfPageInfoResponseParams^ GetPdfPageInfo(
Vintasoft.Shared.Web.WebImageInfoRequestParams^ requestParams
)
Parameters
- requestParams
- Information about PDF page.
Return Value
Response from the server, which contains parameters of PDF page (page index, transformation matrix, media box, etc).