VintaSoft Barcode .NET SDK 15.1: Документация для Веб разработчика
Vintasoft.Shared Namespace / WebPdfRenderingSettingsJS type / set_DrawNonMarkupAnnotations Property
Синтаксис Exceptions Совместимость с браузерами Смотрите также
В этом разделе
    set_DrawNonMarkupAnnotations Метод
    В этом разделе
    Sets a value that determines whether PDF page renderer should display PDF non-markup annotations on PDF page.
    Синтаксис
    var instance = new Vintasoft.Shared.WebPdfRenderingSettingsJS(resolution, interpolationMode, smoothingMode);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: boolean
    
    returnValue = instance.set_DrawNonMarkupAnnotations(value);
    
    
    function set_DrawNonMarkupAnnotations(
    value
    A value that determines whether PDF page renderer should display PDF non-markup annotations on PDF page. Default value if true.
    : boolean
    ) : any;

    Parameters

    value
    A value that determines whether PDF page renderer should display PDF non-markup annotations on PDF page. Default value if true.
    Исключения
    ИсключениеОписание
    Thrown if argument has wrong type.
    Смотрите также