Q3ViewerGetPict
You can use theQ3ViewerGetPictfunction to get a picture representation of the image currently displayed by a viewer object.
PicHandle Q3ViewerGetPict (TQ3ViewerObject theViewer);
theViewer- A viewer object.
DESCRIPTION
TheQ3ViewerGetPictfunction returns, as its function result, a handle to aPicturestructure that contains a representation of the image currently displayed by the viewer object specified by thetheViewerparameter. You should callDisposeHandleto dispose of the memory occupied by the picture when you're done using it.