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

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

    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