VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.Pdf.Web.Services Namespace / PdfPageTextBlocksResponseParams Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    PdfPageTextBlocksResponseParams Class
    In This Topic
    Response from web service. Contains information about PDF page and all text blocks on PDF page.
    Object Model
    WebPdfTextBlock WebPdfPageInformation PdfPageTextBlocksResponseParams
    Syntax
    'Declaration
    
    Public Class PdfPageTextBlocksResponseParams
       Inherits GetPdfPageInfoResponseParams
    
    
    public class PdfPageTextBlocksResponseParams : GetPdfPageInfoResponseParams
    
    
    public __gc class PdfPageTextBlocksResponseParams : public GetPdfPageInfoResponseParams*
    
    
    public ref class PdfPageTextBlocksResponseParams : public GetPdfPageInfoResponseParams^
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Shared.Web.WebResponseParamsBase
          Vintasoft.Imaging.Pdf.Web.Services.GetPdfPageInfoResponseParams
             Vintasoft.Imaging.Pdf.Web.Services.PdfPageTextBlocksResponseParams

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also