Namespace: BitMiracle.Docotic.Pdf
public PdfImage AddImage( PdfImageFrame frame )
Public Function AddImage ( frame As PdfImageFrame ) As PdfImage
This method will load image frame data, apply all specified transformations and create a new PdfImage. The created PdfImage will be added to the collection of document images.
If an image frame specified by the frame parameter was already used to create an PdfImage then this method will throw an exception.