Namespace: BitMiracle.Docotic.Pdf
public void MoveInlineImagesToResources()
Public Sub MoveInlineImagesToResources
This method replaces each inline image with a regular one. This does not affect visual representation of the canvas.
Moving inline images to resources can increase file size because regular images do not use abbreviated image property names.
You might want to move inline images to resources if you are going to scale, resize, recompress the inline images or replace their contents.
Moving inline images to resources can decrease length of the collection of the owning page images. This is because the library de-duplicates images when moving them to resources.