'Declaration <HttpPostAttribute()> Public Overridable Function GetPdfPagesInfo( _
ByVal requestParamsИнформация о PDF страницах.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
- Информация о PDF страницах.
Return Value
Ответ от сервера, который содержит параметры PDF страниц (индекс страницы, матрица преобразования, media box, ...).