VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfTextBlockJS type / get_Region Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Region Method
    In This Topic
    Gets a region of this text block in PDF page space.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebPdfTextBlockJS(number, textContent, htmlContent, region);
    
    var value; // Type: object
    value = instance.get_Region();
    
    
    function get_Region() : object;
    

    Return Value

    A region of this text block in PDF page space.
    Browser Compatibility
    56+
    45+
    11
    See Also