VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Tree.FileAttachments Namespace / PdfAttachmentCollectionSchemaField Class / IsSupportsEditing Property
Синтаксис Требования Смотрите также
В этом разделе
    IsSupportsEditing Свойство (PdfAttachmentCollectionSchemaField)
    В этом разделе
    Возвращает или задает значение, указывающее, должно ли приложение для просмотра PDF-файлов предоставлять поддержку редактирования значения поля.
    Синтаксис
    'Declaration
    
    <DefaultValueAttribute(False)>
    <DescriptionAttribute("A value indicating whether the PDF viewer application should provide support for editing the field value.")>
    Public Property IsSupportsEditing As Boolean
    
    
    [DefaultValue(False)]
    [Description("A value indicating whether the PDF viewer application should provide support for editing the field value.")]
    public bool IsSupportsEditing { get; set; }
    
    
    [DefaultValue(False)]
    [Description("A value indicating whether the PDF viewer application should provide support for editing the field value.")]
    public: __property bool get_IsSupportsEditing();
    public: __property void set_IsSupportsEditing(
    bool value
    );
    [DefaultValue(False)]
    [Description("A value indicating whether the PDF viewer application should provide support for editing the field value.")]
    public:
    property bool IsSupportsEditing { bool get(); void set(bool value); }

    Property Value

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

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

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