XFINIUM.PDF Documentation
MapObjectReference(PdfImage,PdfStructureElement) Method



Xfinium.Pdf.LogicalStructure Namespace > PdfStructureTree Class > MapObjectReference Method : MapObjectReference(PdfImage,PdfStructureElement) Method
The image that acts as a content item for the structure element.
The structure element that has a PdfObjectReference as children, object reference that points to the image.
Adds a mapping between an image and a structure element.
Syntax
'Declaration
 
Public Overloads Sub MapObjectReference( _
   ByVal image As PdfImage, _
   ByVal structureElement As PdfStructureElement _
) 
'Usage
 
Dim instance As PdfStructureTree
Dim image As PdfImage
Dim structureElement As PdfStructureElement
 
instance.MapObjectReference(image, structureElement)
public void MapObjectReference( 
   PdfImage image,
   PdfStructureElement structureElement
)
public:
void MapObjectReference( 
   PdfImage^ image,
   PdfStructureElement^ structureElement
) 

Parameters

image
The image that acts as a content item for the structure element.
structureElement
The structure element that has a PdfObjectReference as children, object reference that points to the image.
Remarks
This method needs to be called when a structure element uses an entire PDF object as content item through a PdfObjectReference.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfStructureTree Class
PdfStructureTree Members
Overload List