VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfFormXObjectResourceDictionary Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    PdfFormXObjectResourceDictionary Class
    In This Topic
    Represents a dictionary from name to PdfFormXObjectResource.
    Object Model
    PdfFormXObjectResource PdfDocument PdfIndirectReference PdfBasicObject PdfFormXObjectResourceDictionary
    Syntax
    'Declaration
    
    <DefaultMemberAttribute("Item")>
    Public Class PdfFormXObjectResourceDictionary
       Inherits PdfNamedDictionary(Of T)
    
    
    [DefaultMember("Item")]
    public class PdfFormXObjectResourceDictionary : PdfNamedDictionary<T>
    
    
    [DefaultMember("Item")]
    public __gc class PdfFormXObjectResourceDictionary : public PdfNamedDictionary<T*>*
    
    
    [DefaultMember("Item")]
    public ref class PdfFormXObjectResourceDictionary : public PdfNamedDictionary<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