Click or drag to resize

IBitmapManagerIsEmbedded Method

Retrieves the status whether the bitmap with a given resource ID is embedded.

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

Parameters

resourceID  Int32
The resource ID.

Return Value

Boolean
True if the resource is embedded.
Exceptions
ExceptionCondition
ApplicationExceptionResource ID is invalid.
See Also