VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfFileReferenceSpecificationList Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    PdfFileReferenceSpecificationList Class
    In This Topic
    Provides list of file reference in PDF document.
    Object Model
    PdfFileReferenceSpecification PdfDocument PdfIndirectReference PdfBasicObject PdfFileReferenceSpecificationList
    Syntax
    'Declaration
    
    <DefaultMemberAttribute("Item")>
    <DebuggerTypeProxyAttribute(Vintasoft.Imaging.Pdf.Utils.CollectionDebugView`1)>
    <DebuggerDisplayAttribute("Count = {Count}")>
    Public Class PdfFileReferenceSpecificationList
       Inherits PdfTreeNodeList(Of T)
    
    
    [DefaultMember("Item")]
    [DebuggerTypeProxy(Vintasoft.Imaging.Pdf.Utils.CollectionDebugView`1)]
    [DebuggerDisplay("Count = {Count}")]
    public class PdfFileReferenceSpecificationList : PdfTreeNodeList<T>
    
    
    [DefaultMember("Item")]
    [DebuggerTypeProxy(Vintasoft.Imaging.Pdf.Utils.CollectionDebugView`1)]
    [DebuggerDisplay("Count = {Count}")]
    public __gc class PdfFileReferenceSpecificationList : public PdfTreeNodeList<T*>*
    
    
    [DefaultMember("Item")]
    [DebuggerTypeProxy(Vintasoft.Imaging.Pdf.Utils.CollectionDebugView`1)]
    [DebuggerDisplay("Count = {Count}")]
    public ref class PdfFileReferenceSpecificationList : public PdfTreeNodeList<T^>^
    
    
    Inheritance Hierarchy
    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