VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.FileAttachments Namespace / PdfAttachmentCollectionSchemaField Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    PdfAttachmentCollectionSchemaField Class
    In This Topic
    Stores the attributes of a particular field in an attachment collection, including the type of data stored in the field and the lookup key used to locate the field data in the file specification.
    Object Model
    PdfDocument PdfIndirectReference PdfBasicObject PdfAttachmentCollectionSchemaField
    Syntax
    'Declaration
    
    Public Class PdfAttachmentCollectionSchemaField
       Inherits Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase
    
    
    public class PdfAttachmentCollectionSchemaField : Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase
    
    
    public __gc class PdfAttachmentCollectionSchemaField : public Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase*
    
    
    public ref class PdfAttachmentCollectionSchemaField : public Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase^
    
    
    Inheritance Hierarchy

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

    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