VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.FileAttachments Namespace / PdfAttachmentCollection Class / RootFolder Property
Syntax Remarks Requirements SeeAlso
In This Topic
    RootFolder Property (PdfAttachmentCollection)
    In This Topic
    Gets or sets a folder that is the single common ancestor of all other folders in a attachment collection.
    Syntax
    'Declaration
    
    Public Property RootFolder As PdfAttachmentFolder
    
    
    public PdfAttachmentFolder RootFolder { get; set; }
    
    
    public: __property PdfAttachmentFolder* get_RootFolder();
    public: __property void set_RootFolder(
    PdfAttachmentFolder* value
    );
    public:
    property PdfAttachmentFolder^ RootFolder { PdfAttachmentFolder^ get(); void set(PdfAttachmentFolder^ value); }
    Remarks

    Available since PDF 1.7, ExtensionLevel 3.

    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