VintaSoft Imaging .NET SDK 14.1: Документация для Веб разработчика
Vintasoft.Imaging.Pdf.UI.VisualTools Namespace / WebPdfContentEditorToolJS type / findTextBlockInViewerSpace Property
Syntax Exceptions BrowserCompatibility SeeAlso
В этом разделе
    findTextBlockInViewerSpace Метод
    В этом разделе
    Находит текстовый блок (объект WebPdfTextBlockJS) на странице PDF.
    Синтаксис
    var instance = new Vintasoft.Imaging.Pdf.UI.VisualTools.WebPdfContentEditorToolJS();
    
    var value; // Type: Vintasoft.Imaging.Pdf.WebPdfTextBlockJS
    
    // Parameters
    var location; // Type: object
    
    value = instance.findTextBlockInViewerSpace(location);
    
    
    function findTextBlockInViewerSpace(
    location
    Точка в координатном пространстве просмотрщика.
    : object
    ) : WebPdfTextBlockJS;

    Parameters

    location
    Точка в координатном пространстве просмотрщика.

    Return Value

    Объект WebPdfTextBlockJS, если текстовый блок найден на странице PDF; в противном случае false.
    Исключения
    ИсключениеОписание
    Выбрасывается, если аргумент имеет неверный тип.
    Совместимость с веб браузерами
    9
    5
    11
    5
    Смотрите также