VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfResources Class
Members Object Syntax Remarks Hierarchy Requirements SeeAlso
In This Topic
    PdfResources Class
    In This Topic
    Contains named resources that are used in a content stream.
    Object Model
    PdfGraphicalPatternDictionary PdfFontDictionary PdfResourceMap PdfShadingPatternDictionary PdfMarkedContentPropertyMap PdfGraphicsStateParametersMap PdfColorSpaceDictionary PdfDocument PdfIndirectReference PdfBasicObject PdfResources
    Syntax
    'Declaration
    
    Public NotInheritable Class PdfResources
       Inherits PdfTreeNodeBase
    
    
    public sealed class PdfResources : PdfTreeNodeBase
    
    
    public __gc __sealed class PdfResources : public PdfTreeNodeBase*
    
    
    public ref class PdfResources sealed : public PdfTreeNodeBase^
    
    
    Remarks

    For example, if a text operator appearing within the content stream needs a certain font, the content stream's resources can associate the name F42 with the corresponding font.

    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase
          Vintasoft.Imaging.Pdf.Tree.PdfResources

    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