Click or drag to resize

IBitmapManagerCopyToNonEmbedded Method

Copies the bitmap associated with a given resource ID into an external reference with a new resource ID. 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#
int CopyToNonEmbedded(
	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.

Return Value

Int32

[Missing <returns> documentation for "M:RAYLASE.Marker.JobElement.IBitmapManager.CopyToNonEmbedded(System.Int32,System.String,System.Boolean)"]

Exceptions
ExceptionCondition
ApplicationExceptionAn external bitmap with the same file path already exists.
See Also