RemoveOleObjects
function RemoveOleObjects(arrObjects: OLEObjectData[]): void
Description
Removes several OLE objects from the document by their internal IDs.
Parameters
- arrObjects
OLEObjectData[]
An array of the identifiers which are used to work with OLE objects added to the document. Example: [{"InternalId": "5_556"}].
Returns
void