VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.FileAttachments Namespace / PdfAttachmentFolder Class
Members Object Syntax Remarks Hierarchy Requirements SeeAlso
In This Topic
PdfAttachmentFolder Class
In This Topic
Represents the attachment folder.
Object Model
PdfAttachmentFolder PdfAttachmentFolder PdfAttachmentFolder PdfAttachmentFolder PdfEmbeddedFileSpecification PdfImageResource PdfAttachmentDataFieldCollection PdfDocument PdfIndirectReference PdfBasicObject
Syntax
'Declaration

Public Class PdfAttachmentFolder
   Inherits Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase

public class PdfAttachmentFolder : Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase

Remarks

Beginning with PDF 1.7 ExtensionLevel 3, an attachment collection can contain a folders for the purpose of organizing files into a hierarchical structure. The structure is represented by a tree with a single root folder (RootFolder) acting as the common ancestor for all other folders and files in the collection.

Inheritance Hierarchy

System.Object
   Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase
      Vintasoft.Imaging.Pdf.Tree.FileAttachments.PdfAttachmentFolder

Requirements

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

See Also