ObjectSoupSubset RemapIDs Property. Gets the dictionary used to map object IDs from the source soup to new object IDs in the final soup. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

 

Type Default Read Only Description
[C#] IDictionary<int, int>

[Visual Basic]
IDictionary<int, int>
 n/a  Yes

Gets the dictionary used to map object IDs from the source soup to new object IDs in the final soup.

 

 

   

Notes
 

Gets the dictionary used to map object IDs from the source soup to new object IDs in the final soup.

Some mappings may be populated via the RemapTypes as IndirectObjects are added. Most will be populated at the point that the CopyTo method is called.

 

   

Example
 

None.