VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf Namespace / PdfDocument Class / GetMultipleUsedXObjectResources() Method
Syntax Requirements SeeAlso
In This Topic
    GetMultipleUsedXObjectResources() Method (PdfDocument)
    In This Topic
    Returns XObject resources (images, forms), which are used multiple times in content streams.
    Syntax
    'Declaration
    
    Public Function GetMultipleUsedXObjectResources() As Vintasoft.Imaging.Pdf.Tree.PdfResource[]
    
    
    public Vintasoft.Imaging.Pdf.Tree.PdfResource[] GetMultipleUsedXObjectResources()
    
    
    public: Vintasoft.Imaging.Pdf.Tree.PdfResource*[] GetMultipleUsedXObjectResources()
    
    
    public:
    Vintasoft.Imaging.Pdf.Tree.PdfResource^[] GetMultipleUsedXObjectResources()

    Return Value

    An array of PdfResource.
    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