Click or drag to resize

IBitmapManagerGlobalConvertToEmbedded Method

Converts the bitmap associated with a given resource ID into an embedded resource. Nothing is done if it is already embedded.

Namespace: RAYLASE.Marker.JobElement
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
void GlobalConvertToEmbedded(
	int resourceID
)

Parameters

resourceID  Int32
The resource ID.
Exceptions
ExceptionCondition
ApplicationExceptionResource ID is invalid.
See Also