VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Content Namespace / PdfContentXObject Class / XObjectResource Property
Syntax Requirements SeeAlso
In This Topic
    XObjectResource Property (PdfContentXObject)
    In This Topic
    Gets the PdfResource associated with this PdfContentXObject.
    Syntax
    'Declaration
    
    Public ReadOnly Property XObjectResource As Vintasoft.Imaging.Pdf.Tree.PdfResource
    
    
    public Vintasoft.Imaging.Pdf.Tree.PdfResource XObjectResource { get; }
    
    
    public: __property Vintasoft.Imaging.Pdf.Tree.PdfResource* get_XObjectResource();
    
    
    
    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