ActiveReports Developer 7
GetDrawImageCopy Method
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace > IImage Interface : GetDrawImageCopy Method

Glossary Item Box

Returns a copy of image data as System.Drawing.Image

Syntax

Visual Basic (Declaration) 
Function GetDrawImageCopy() As Image
C# 
Image GetDrawImageCopy()

See Also