'Declaration Protected Overridable Function GetTextBlocksOfPdfPage( _
ByVal requestParamsInformation about PDF page.As Vintasoft.Shared.Web.WebImageInfoRequestParams _
) As Vintasoft.Imaging.Pdf.Web.Services.PdfPageTextBlocksResponseParams
protected virtual Vintasoft.Imaging.Pdf.Web.Services.PdfPageTextBlocksResponseParams GetTextBlocksOfPdfPage(
Vintasoft.Shared.Web.WebImageInfoRequestParams requestParams
)
protected: virtual Vintasoft.Imaging.Pdf.Web.Services.PdfPageTextBlocksResponseParams* GetTextBlocksOfPdfPage(
Vintasoft.Shared.Web.WebImageInfoRequestParams* requestParams
)
protected:
virtual Vintasoft.Imaging.Pdf.Web.Services.PdfPageTextBlocksResponseParams^ GetTextBlocksOfPdfPage(
Vintasoft.Shared.Web.WebImageInfoRequestParams^ requestParams
)
Parameters
- requestParams
- Information about PDF page.
Return Value
Response from the server, which contains information about all text blocks of PDF page.