Click or drag to resize

IBitmapManagerGlobalConvertToNonEmbedded Method

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

Namespace: RAYLASE.Marker.JobElement
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
void GlobalConvertToNonEmbedded(
	int resourceID,
	string filePath,
	bool shouldOverwrite
)

Parameters

resourceID  Int32
The resource ID.
filePath  String
The file path of the new external bitmap.
shouldOverwrite  Boolean
The flag to indicate whether the bitmap should overwrite an existing one.
Exceptions
ExceptionCondition
ApplicationExceptionResource ID is invalid.
ApplicationExceptionAn external bitmap with the same file path already exists.
See Also