'Declaration
Public Overloads Sub MapObjectReference( _ ByVal annotation As PdfAnnotation, _ ByVal structureElement As PdfStructureElement _ )
'Usage
Dim instance As PdfStructureTree Dim annotation As PdfAnnotation Dim structureElement As PdfStructureElement instance.MapObjectReference(annotation, structureElement)
public void MapObjectReference( PdfAnnotation annotation, PdfStructureElement structureElement )
public: void MapObjectReference( PdfAnnotation^ annotation, PdfStructureElement^ structureElement )
Parameters
- annotation
- The annotation that acts as a content item for the structure element.
- structureElement
- The structure element that has a PdfObjectReference as child, object reference that points to the annotation.