VintaSoft Imaging .NET SDK 14.1: Документация для .NET разработчика
Vintasoft.Imaging.Codecs.Decoders Namespace / PdfRenderingSettings Class / DrawPdfMarkupAnnotations Property
Синтаксис Требования Смотрите также
В этом разделе
    DrawPdfMarkupAnnotations Свойство (PdfRenderingSettings)
    В этом разделе
    Возвращает или задает значение, указывающее, должна ли страница PDF отображаться с аннотациями разметки PDF.
    Синтаксис
    'Declaration
    
    <DefaultValueAttribute(True)>
    <DescriptionAttribute("A value indicating whether PDF page should be rendered with PDF markup annotations.")>
    Public Property DrawPdfMarkupAnnotations As Boolean
    
    
    [DefaultValue(True)]
    [Description("A value indicating whether PDF page should be rendered with PDF markup annotations.")]
    public bool DrawPdfMarkupAnnotations { get; set; }
    
    
    [DefaultValue(True)]
    [Description("A value indicating whether PDF page should be rendered with PDF markup annotations.")]
    public: __property bool get_DrawPdfMarkupAnnotations();
    public: __property void set_DrawPdfMarkupAnnotations(
    bool value
    );
    [DefaultValue(True)]
    [Description("A value indicating whether PDF page should be rendered with PDF markup annotations.")]
    public:
    property bool DrawPdfMarkupAnnotations { bool get(); void set(bool value); }

    Property Value

    Значение по умолчанию - true.
    Требования

    Целевые платформы: .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также