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.