VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.Pdf.Web.Services Namespace / PdfPageTextBlocksRequestParams Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    PdfPageTextBlocksRequestParams Class
    In This Topic
    Request to a web service. Contains parameters, which must be sent to a web service for working with text blocks, which are located on PDF page.
    Object Model
    WebPdfTextBlock WebImageInfo PdfPageTextBlocksRequestParams
    Syntax
    'Declaration
    
    Public Class PdfPageTextBlocksRequestParams
       Inherits Vintasoft.Shared.Web.WebImageInfoRequestParams
    
    
    public class PdfPageTextBlocksRequestParams : Vintasoft.Shared.Web.WebImageInfoRequestParams
    
    
    public __gc class PdfPageTextBlocksRequestParams : public Vintasoft.Shared.Web.WebImageInfoRequestParams*
    
    
    public ref class PdfPageTextBlocksRequestParams : public Vintasoft.Shared.Web.WebImageInfoRequestParams^
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Shared.Web.WebRequestParamsBase
          Vintasoft.Shared.Web.WebImageInfoRequestParams
             Vintasoft.Imaging.Pdf.Web.Services.PdfPageTextBlocksRequestParams

    Requirements

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

    See Also