GetImageEmbeddedResource(String) Method
In This Topic
Gets the image from embedded resource.
Syntax
'Declaration
Public Overloads Shared Function GetImageEmbeddedResource( _
ByVal As String _
) As GrapeCity.Documents.Drawing.Image
public static GrapeCity.Documents.Drawing.Image GetImageEmbeddedResource(
string
)
Parameters
- imageName
- The image name.
Return Value
The image from embedded resource.
See Also