VintaSoft Imaging .NET SDK 14.0: Документация для Веб разработчика
Vintasoft.Imaging.Pdf Namespace / WebPdfInteractiveFormRadioButtonJS type / WebPdfInteractiveFormRadioButtonJS Constructor(WebPdfDocumentJS,string)
Syntax BrowserCompatibility SeeAlso
В этом разделе
    WebPdfInteractiveFormRadioButtonJS Constructor(WebPdfDocumentJS,string)
    В этом разделе
    Initializes a new instance of the WebPdfInteractiveFormRadioButtonJS class.
    Синтаксис
    // Parameters
    var document; // Type: WebPdfDocumentJS
    var name; // Type: string
    
    var instance = new Vintasoft.Imaging.Pdf.WebPdfInteractiveFormRadioButtonJS(document, name);
    
    
    function WebPdfInteractiveFormRadioButtonJS(
    document
    WebPdfDocumentJS объект.
    : WebPdfDocumentJS,
    name
    Частичное имя поля.
    : string
    ) : WebPdfInteractiveFormRadioButtonJS;

    Parameters

    document
    WebPdfDocumentJS объект.
    name
    Частичное имя поля.
    Совместимость с веб браузерами
    9
    5
    11
    5
    Смотрите также