VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Tree.FileAttachments Namespace / PdfAttachmentFolder Class / Description Property
Синтаксис Требования Смотрите также
В этом разделе
    Description Свойство (PdfAttachmentFolder)
    В этом разделе
    Возвращает или задает описание, связанное с этой папкой.
    Синтаксис
    'Declaration
    
    <DefaultValueAttribute(null)>
    <DescriptionAttribute("The description associated with this folder.")>
    Public Property Description As System.String
    
    
    [DefaultValue(null)]
    [Description("The description associated with this folder.")]
    public System.String Description { get; set; }
    
    
    [DefaultValue(null)]
    [Description("The description associated with this folder.")]
    public: __property System.String get_Description();
    public: __property void set_Description(
    System.String value
    );
    [DefaultValue(null)]
    [Description("The description associated with this folder.")]
    public:
    property System.String Description { System.String get(); void set(System.String value); }
    Требования

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

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