VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.Pdf.Web.Services Namespace / WebPdfTextBlock Class / WebPdfTextBlock Constructors / WebPdfTextBlock Constructor(Int32,String,String,RegionF)
Syntax Requirements SeeAlso
In This Topic
    WebPdfTextBlock Constructor(Int32,String,String,RegionF)
    In This Topic
    Initializes a new instance of the WebPdfTextBlock class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal number
    The number of text block.
    As Integer, _
    ByVal textContent
    A text content of PDF text block.
    As String, _
    ByVal htmlContent
    A HTML content of PDF text block.
    As String, _
    ByVal region
    Region, in coordinates of the page, of PDF text block.
    As Vintasoft.Imaging.RegionF _
    )
    public WebPdfTextBlock(
    int number,
    string textContent,
    string htmlContent,
    Vintasoft.Imaging.RegionF region
    )
    public: WebPdfTextBlock(
    int number,
    string* textContent,
    string* htmlContent,
    Vintasoft.Imaging.RegionF region
    )
    public:
    WebPdfTextBlock(
    int number,
    string^ textContent,
    string^ htmlContent,
    Vintasoft.Imaging.RegionF region
    )

    Parameters

    number
    The number of text block.
    textContent
    A text content of PDF text block.
    htmlContent
    A HTML content of PDF text block.
    region
    Region, in coordinates of the page, of PDF text block.
    Requirements

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

    See Also