'Declaration Function GetPageImage( _ ByVal documentKey As System.String, _ ByVal dpi As System.Integer, _ ByVal zoom As System.Integer, _ ByVal pageIndex As System.Integer, _ ByVal printTarget As System.Boolean _ ) As System.Byte()
System.byte[] GetPageImage( System.string documentKey, System.int dpi, System.int zoom, System.int pageIndex, System.bool printTarget )
Parameters
- documentKey
 - Cached document key.
 - dpi
 - The dpi.
 - zoom
 - The zoom.
 - pageIndex
 - Index of the page.
 - printTarget
 - Indicates that the pages are requested for printing.
 
Return Value
Raw image data.