'Declaration Public Function GetPdfPagesInfo( _
ByVal requestParamsInformation about PDF pages.As Vintasoft.Shared.Web.WebCompositeRequestParams(Of T) _
) As GetPdfPageInfoResponseParams[]
public GetPdfPageInfoResponseParams[] GetPdfPagesInfo(
Vintasoft.Shared.Web.WebCompositeRequestParams<T> requestParams
)
public: GetPdfPageInfoResponseParams*[] GetPdfPagesInfo(
Vintasoft.Shared.Web.WebCompositeRequestParams<T*>* requestParams
)
public:
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).