Manager..::..GetEmbeddedPicture Method

Gets the embedded picture.

Namespace:  JiwaFinancials.Jiwa.JiwaApplication
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


public Image GetEmbeddedPicture(
	string EmbeddedPictureName,
	bool UseCallingAssembly
)
Public Function GetEmbeddedPicture ( _
	EmbeddedPictureName As String, _
	UseCallingAssembly As Boolean _
) As Image
public:
Image^ GetEmbeddedPicture(
	String^ EmbeddedPictureName, 
	bool^ UseCallingAssembly
)

Parameters

EmbeddedPictureName
Type: String
Name of the embedded picture.
UseCallingAssembly
Type: Boolean
if set to true [use calling assembly].

Return Value

System.Drawing.Image.