VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.FileAttachments Namespace / PdfAttachmentFolder Class / Name Property
Syntax Remarks Requirements SeeAlso
In This Topic
    Name Property (PdfAttachmentFolder)
    In This Topic
    Gets or sets the name representing the name of the folder.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(null)>
    <DescriptionAttribute("The name representing the name of the folder.")>
    Public Property Name As System.String
    
    
    [DefaultValue(null)]
    [Description("The name representing the name of the folder.")]
    public System.String Name { get; set; }
    
    
    [DefaultValue(null)]
    [Description("The name representing the name of the folder.")]
    public: __property System.String get_Name();
    public: __property void set_Name(
    System.String value
    );
    [DefaultValue(null)]
    [Description("The name representing the name of the folder.")]
    public:
    property System.String Name { System.String get(); void set(System.String value); }
    Remarks

    Two sibling folders shall not share the same name following case normalization.

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also