VintaSoft Imaging .NET SDK 14.1: Документация для Веб разработчика
Vintasoft.Imaging.Pdf Namespace / WebPdfGotoActionExecutorJS type / executeAction Methods / executeAction(object) Property
Syntax BrowserCompatibility SeeAlso
В этом разделе
    executeAction(object) Метод
    В этом разделе
    Выполняет действие.
    Синтаксис
    var instance = new Vintasoft.Imaging.Pdf.WebPdfGotoActionExecutorJS(viewer, pdfDocumentEditorControl);
    
    var value; // Type: boolean
    
    // Parameters
    var action; // Type: object
    
    value = instance.executeAction(action);
    
    
    function executeAction(
    action
    Действие.
    : object
    ) : boolean;

    Parameters

    action
    Действие.

    Return Value

    True, если действие выполнено успешно; иначе, false.
    Совместимость с веб браузерами
    9
    5
    11
    5
    Смотрите также