'Declaration <HttpPostAttribute()> Public Overridable Function GetPdfPagesInfo( _
ByVal requestParamsInformation about PDF pages.As Vintasoft.Shared.Web.WebCompositeRequestParams(Of T) _
) As Vintasoft.Imaging.Pdf.Web.Services.GetPdfPageInfoResponseParams[]
[HttpPost()] public virtual Vintasoft.Imaging.Pdf.Web.Services.GetPdfPageInfoResponseParams[] GetPdfPagesInfo(
Vintasoft.Shared.Web.WebCompositeRequestParams<T> requestParams
)
[HttpPost()] public: virtual Vintasoft.Imaging.Pdf.Web.Services.GetPdfPageInfoResponseParams*[] GetPdfPagesInfo(
Vintasoft.Shared.Web.WebCompositeRequestParams<T*>* requestParams
)
[HttpPost()] public:
virtual Vintasoft.Imaging.Pdf.Web.Services.GetPdfPageInfoResponseParams^[] GetPdfPagesInfo(
Vintasoft.Shared.Web.WebCompositeRequestParams<T^>^ requestParams
)
Parameters
- requestParams
- Information about PDF pages.
Return Value
Response from the server, which contains parameters of PDF pages (page index, transformation matrix, media box, etc).