VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Tree.FileAttachments Namespace / PdfAttachmentFolder Class / Name Property
Синтаксис Ремарки Требования Смотрите также
В этом разделе
    Name Свойство (PdfAttachmentFolder)
    В этом разделе
    Возвращает или задает имя, представляющее имя папки.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("The name representing the name of the folder.")>
    <DefaultValueAttribute(null)>
    Public Property Name As System.String
    
    
    [Description("The name representing the name of the folder.")]
    [DefaultValue(null)]
    public System.String Name { get; set; }
    
    
    [Description("The name representing the name of the folder.")]
    [DefaultValue(null)]
    public: __property System.String get_Name();
    public: __property void set_Name(
    System.String value
    );
    [Description("The name representing the name of the folder.")]
    [DefaultValue(null)]
    public:
    property System.String Name { 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

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