VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfEmbeddedFileSpecification Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    PdfEmbeddedFileSpecification Class
    In This Topic
    Provides information about file embedded in PDF document.
    Object Model
    PdfImageResource PdfEmbeddedFile PdfAttachmentDataFieldCollection PdfDocument PdfIndirectReference PdfBasicObject PdfEmbeddedFileSpecification
    Syntax
    'Declaration
    
    Public Class PdfEmbeddedFileSpecification
       Inherits PdfFileReferenceSpecification
    
    
    public class PdfEmbeddedFileSpecification : PdfFileReferenceSpecification
    
    
    public __gc class PdfEmbeddedFileSpecification : public PdfFileReferenceSpecification*
    
    
    public ref class PdfEmbeddedFileSpecification : public PdfFileReferenceSpecification^
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase
          Vintasoft.Imaging.Pdf.Tree.PdfFileSpecification
             Vintasoft.Imaging.Pdf.Tree.PdfFileReferenceSpecification
                Vintasoft.Imaging.Pdf.Tree.PdfEmbeddedFileSpecification

    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