VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Patterns Namespace / PdfGraphicalPatternDictionary Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    PdfGraphicalPatternDictionary Class
    In This Topic
    A named dictionary that maps the resource names to the pattern objects.
    Object Model
    PdfGraphicalPattern PdfDocument PdfIndirectReference PdfBasicObject PdfGraphicalPatternDictionary
    Syntax
    'Declaration
    
    <DefaultMemberAttribute("Item")>
    Public Class PdfGraphicalPatternDictionary
       Inherits Vintasoft.Imaging.Pdf.Tree.PdfNamedDictionary(Of T)
    
    
    [DefaultMember("Item")]
    public class PdfGraphicalPatternDictionary : Vintasoft.Imaging.Pdf.Tree.PdfNamedDictionary<T>
    
    
    [DefaultMember("Item")]
    public __gc class PdfGraphicalPatternDictionary : public Vintasoft.Imaging.Pdf.Tree.PdfNamedDictionary<T*>*
    
    
    [DefaultMember("Item")]
    public ref class PdfGraphicalPatternDictionary : public Vintasoft.Imaging.Pdf.Tree.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