GetPageImage Method (C1WebReportServiceHelper)
Gets the page image.
public System.byte[] GetPageImage(
System.string ,
System.int ,
System.int ,
System.int ,
System.bool
)
'Declaration
Public Function GetPageImage( _
ByVal As System.String, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Boolean _
) As System.Byte()
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.