Namespace: BitMiracle.Docotic.Pdf
public PdfImageFrames OpenImage( string fileName )
Public Function OpenImage ( fileName As String ) As PdfImageFrames
This method does not load image data and does not add images to the collection of document images.
This method is useful if you want to add only some of the image frames (pages) to document or if you want to recompress image frames before adding them to document.
Please use one of the AddImage() methods to add a frame from collection of frames to the collection of document images.