VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.FileAttachments Namespace / PdfAttachmentDataField Class
Members Object Syntax Example Hierarchy Requirements SeeAlso
In This Topic
    PdfAttachmentDataField Class
    In This Topic
    Provides the data corresponding to the related fields in the data fields collection.
    Object Model
    PdfDocument PdfIndirectReference PdfBasicObject PdfAttachmentDataField
    Syntax
    'Declaration
    
    Public Class PdfAttachmentDataField
       Inherits Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase
    
    
    public class PdfAttachmentDataField : Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase
    
    
    public __gc class PdfAttachmentDataField : public Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase*
    
    
    public ref class PdfAttachmentDataField : public Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase^
    
    
    Example

    Please see example here.

    Inheritance Hierarchy

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

    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